scistag.tests.filestagΒΆ

Contains the tests for the FileStag module

Functions

teardown_module

Finalize the test

scistag.tests.filestag.test_bundle

Tests the Bundle class which can store arbitrary data in a byte stream and restore it from there - similar to pickling but with easier ways for customization and limitation.

scistag.tests.filestag.test_file_path

Defines the tests for the FilePath class

scistag.tests.filestag.test_file_stag

Tests the FileStag class

scistag.tests.filestag.test_memory_zip

Tests the MemoryZip class