(self)
| 1234 | BufferedWriterTest.test_constructor(self) |
| 1235 | |
| 1236 | def test_uninitialized(self): |
| 1237 | BufferedReaderTest.test_uninitialized(self) |
| 1238 | BufferedWriterTest.test_uninitialized(self) |
| 1239 | |
| 1240 | def test_read_and_write(self): |
| 1241 | raw = self.MockRawIO((b"asdf", b"ghjk")) |
nothing calls this directly
no test coverage detected