(self)
| 506 | self.assertListEqual(sorted(results), [False] + [True]*(len(thrds)-1)) |
| 507 | |
| 508 | def test_shutdown_get(self): |
| 509 | return self._shutdown_get(False) |
| 510 | |
| 511 | def test_shutdown_immediate_get(self): |
| 512 | return self._shutdown_get(True) |
nothing calls this directly
no test coverage detected