Source code for scistag.tests.shapestag

"""
Executes the tests for the ShapeStag module
"""

from scistag.tests.visual_test_log_scistag import VisualTestLogSciStag

test_log = VisualTestLogSciStag(test_filename=__file__)
vl = test_log.default_builder


[docs]def teardown_module(_): """ Finalize the test """ test_log.finalize()