* feat(output): Generate dot file and support multi outformat.(#441)
* [fix] forget to clean the dot generated file.
* [fix] indentation
* [fix] Review + add more cases in unittest
* [fix] Add dot in the test
* fix(diagrams): Set a dummy filename to prevent raise error when both name and filename are not provided(#203)
* Update __init__.py
Update default name to "diagrams_image"
* Update test_diagram.py
Update unit test to reflect the file name change.