MCPcopy Index your code
hub / github.com/bugy/script-server / setUp

Method setUp

src/tests/file_upload_feature_test.py:12–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class TestUserFileStorage(unittest.TestCase):
12 def setUp(self):
13 test_utils.setup()
14 self.__storage = UserFileStorage(b'12345678')
15 self.upload_feature = FileUploadFeature(self.__storage, test_utils.temp_folder)
16
17 def tearDown(self):
18 test_utils.cleanup()

Callers

nothing calls this directly

Calls 2

UserFileStorageClass · 0.90
FileUploadFeatureClass · 0.90

Tested by

no test coverage detected