(self)
| 2205 | self._file = open(self._path, 'wb+') |
| 2206 | |
| 2207 | def tearDown(self): |
| 2208 | self._file.close() |
| 2209 | self._delete_recursively(self._path) |
| 2210 | |
| 2211 | def test_initialize(self): |
| 2212 | # Initialize and check position |
nothing calls this directly
no test coverage detected