(self)
| 254 | # Set a short timeout and exceed it. |
| 255 | @gen_test(timeout=0.1) |
| 256 | def test(self): |
| 257 | yield gen.sleep(1) |
| 258 | |
| 259 | # This can't use assertRaises because we need to inspect the |
| 260 | # exc_info triple (and not just the exception object) |
no outgoing calls
no test coverage detected