Test worker initialization.
(self)
| 70 | return worker |
| 71 | |
| 72 | def test_worker_init(self): |
| 73 | """Test worker initialization.""" |
| 74 | worker = self.create_worker() |
| 75 | assert worker.nr == 0 |
| 76 | |
| 77 | def test_init_process_clears_ioloop(self): |
| 78 | """Test that init_process clears the current IOLoop.""" |
nothing calls this directly
no test coverage detected