(self)
| 2269 | self._file = open(self._path, 'wb+') |
| 2270 | |
| 2271 | def tearDown(self): |
| 2272 | self._file.close() |
| 2273 | self._delete_recursively(self._path) |
| 2274 | |
| 2275 | def test_initialize(self): |
| 2276 | # Initialize and check position |
nothing calls this directly
no test coverage detected