MCPcopy Create free account
hub / github.com/apple/ml-pointersect / setUpClass

Method setUpClass

tests/cdslib/data/test_chunked_memmap.py:32–34  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

30
31 @classmethod
32 def setUpClass(cls):
33 if os.path.exists('tmp_test_chunked_memmap'):
34 raise RuntimeError('make sure tmp_test_chunked_memmap is empty to run the test')
35
36 def test_write(self):
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected