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

Method setUp

src/tests/user_file_storage_test.py:11–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class TestUserFileStorage(unittest.TestCase):
11 def setUp(self):
12 test_utils.setup()
13 self.storage = UserFileStorage(b'12345678')
14
15 def tearDown(self):
16 test_utils.cleanup()

Callers

nothing calls this directly

Calls 1

UserFileStorageClass · 0.90

Tested by

no test coverage detected