(self)
| 2220 | self._file = open(self._path, 'wb+') |
| 2221 | |
| 2222 | def tearDown(self): |
| 2223 | self._file.close() |
| 2224 | self._delete_recursively(self._path) |
| 2225 | |
| 2226 | def test_initialize(self): |
| 2227 | # Initialize and check position |
nothing calls this directly
no test coverage detected