(self)
| 1471 | @testing.requires.threading_with_mock |
| 1472 | @testing.requires.timing_intensive |
| 1473 | def test_max_overflow(self): |
| 1474 | self._test_overflow(40, 5) |
| 1475 | |
| 1476 | @testing.combinations(42, 0, -5, 1) |
| 1477 | def test_unlimited(self, max_overflow): |
nothing calls this directly
no test coverage detected