8000 gh-108885: Use subtests for doctest examples run by unittest by serhiy-storchaka · Pull Request #134890 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-108885: Use subtests for doctest examples run by unittest #134890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add report_skip() in a NEWS entry.
  • Loading branch information
serhiy-storchaka committed May 31, 2025
commit c7bd9d5d6d9538267a6dde71100a2c2abac16b11
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Run each example as a subtest in unit tests synthesized by
:func:`doctest.DocFileSuite` and :func:`doctest.DocTestSuite`.
Add the :meth:`doctest.DocTestRunner.report_skip` method.
Loading
0