Home
last modified time | relevance | path

Searched refs:_Outcome (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/unittest/
H A Dcase.py44 class _Outcome(object): class
614 outcome = _Outcome(result)
655 outcome = self._outcome or _Outcome()
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py9 from unittest.case import _Outcome namespace
106 outcome = test._outcome = _Outcome(result=result)

Completed in 4 milliseconds