Home
last modified time | relevance | path

Searched refs:FAIL_FAST (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Ddoctest.py154 FAIL_FAST = register_optionflag('FAIL_FAST') variable
160 FAIL_FAST)
1386 if failures and self.optionflags & FAIL_FAST:
2766 options |= FAIL_FAST
/external/python/cpython3/Doc/library/
Ddoctest.rst664 .. data:: FAIL_FAST
672 FAIL_FAST``.
1846 flags = doctest.REPORT_NDIFF|doctest.FAIL_FAST
/external/python/cpython3/Doc/whatsnew/
D3.4.rst778 A new :ref:`option flag <doctest-options>`, :data:`~doctest.FAIL_FAST`, halts
785 shorthand for ``-o FAIL_FAST`` (to parallel the similar option supported by the
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/python/cpython3/Misc/
DHISTORY5642 - Issue #16522: added FAIL_FAST flag to doctest.