Searched refs:_testRunEntered (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
H A Dsuite.py90 if getattr(result, '_testRunEntered', False) is False:
91 result._testRunEntered = topLevel = True
115 result._testRunEntered = False
H A Dresult.py38 _testRunEntered = False variable in class:TestResult
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
H A Dtest_suite.py363 self.assertFalse(result._testRunEntered)

Completed in 51 milliseconds