(self)
| 62 | self.test_helloworld('helloworld_direct.py') |
| 63 | |
| 64 | def test_helloworld_blocking(self): |
| 65 | self.test_helloworld('helloworld_blocking.py') |
| 66 | |
| 67 | def test_helloworld_tornado(self): |
| 68 | self.test_helloworld('helloworld_tornado.py') |
nothing calls this directly
no test coverage detected