cpython/Lib/test/test_doctest
Serhiy Storchaka ad39f01788
gh-108885: Use subtests for doctest examples run by unittest (GH-134890)
Run each example as a subtest in unit tests synthesized by
doctest.DocFileSuite() and doctest.DocTestSuite().

Add the doctest.DocTestRunner.report_skip() method.
2025-05-31 13:01:46 +03:00
..
__init__.py
decorator_mod.py
doctest_aliases.py
doctest_lineno.py
sample_doctest.py
sample_doctest_errors.py gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
sample_doctest_skip.py
test_doctest.py gh-108885: Use subtests for doctest examples run by unittest (GH-134890) 2025-05-31 13:01:46 +03:00
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_doctest_errors.txt gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00
test_doctest_skip.txt gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00
test_doctest_skip2.txt gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00