Source code for scistag.tests.filestag

"""
Contains the tests for the FileStag 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()