Home
last modified time | relevance | path

Searched refs:_moduleSetUpFailed (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dsuite.py130 if result._moduleSetUpFailed:
173 result._moduleSetUpFailed = False
186 result._moduleSetUpFailed = True
204 if result._moduleSetUpFailed:
302 _moduleSetUpFailed = False variable in _DebugResult
Dresult.py39 _moduleSetUpFailed = False variable in TestResult
/external/python/cpython3/Lib/unittest/
Dsuite.py147 if result._moduleSetUpFailed:
191 result._moduleSetUpFailed = False
204 result._moduleSetUpFailed = True
222 if result._moduleSetUpFailed:
320 _moduleSetUpFailed = False variable in _DebugResult
Dresult.py37 _moduleSetUpFailed = False variable in TestResult