(cls)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected