diff options
Diffstat (limited to 'src/tests/test_export_classic.py')
| -rw-r--r-- | src/tests/test_export_classic.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/test_export_classic.py b/src/tests/test_export_classic.py new file mode 100644 index 0000000..a6d3e8c --- /dev/null +++ b/src/tests/test_export_classic.py @@ -0,0 +1,5 @@ +from .__init__ import command + + +def test_export_classic_visualizer_default(command): + assert command |
