(self)
| 206 | self.assertIn(b'ZeroDivisionError', stderr.readline()) |
| 207 | |
| 208 | def test_repl_stdout_flush(self): |
| 209 | self.check_repl_stdout_flush() |
| 210 | |
| 211 | def test_repl_stdout_flush_separate_stderr(self): |
| 212 | self.check_repl_stdout_flush(True) |
nothing calls this directly
no test coverage detected