(self)
| 215 | return b"hello" in stdout |
| 216 | |
| 217 | def test_default(self): |
| 218 | self.assertFalse(self.logs_present("pass")) |
| 219 | |
| 220 | def test_tornado_default(self): |
| 221 | self.assertTrue(self.logs_present("parse_command_line()")) |
nothing calls this directly
no test coverage detected