96
97
self._tests = reversed(tests)
98
99
case = _run_and_collect_case(tests.pop(), result)()
100
101
if case is not None and isinstance(case, unittest.TestCase):
101
102
if stored_count == new_stored_count and notify:
102
103
# Testcase didn't fail, but somehow is still alive