Home
last modified time | relevance | path

Searched refs:_class_cleanups (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/unittest/
Dcase.py356 _class_cleanups = [] variable in TestCase
417 cls._class_cleanups.append((function, args, kwargs))
645 while cls._class_cleanups:
646 function, args, kwargs = cls._class_cleanups.pop()
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py177 self.assertEqual(test._class_cleanups, [])
190 self.assertEqual(test._class_cleanups,