(self)
| 1450 | |
| 1451 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1452 | def test_tofrombytes(self): |
| 1453 | return super().test_tofrombytes() |
| 1454 | |
| 1455 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1456 | def test_tofromfile(self): |
nothing calls this directly
no test coverage detected