Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-43657: Add support for custom test case and runner in both DocTestSuite and DocFileSuite#133203
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
100a57e
to3eab2b1
CompareMost changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
b4fe2a2
to7677489
Compare7677489
to505248c
Compare
Uh oh!
There was an error while loading.Please reload this page.
allow users to extend the doctest functionality by providing their own test case and runner implementations, default behavior of
DocTestSuite
andDocFileSuite
hasnot been changedDocTestSuite
andDocFileSuite
:test_case
: Optional parameter to specify a customDocTestCase
/DocFileCase
classrunner
: Optional parameter to specify a customDocTestRunner
class📚 Documentation preview 📚:https://cpython-previews--133203.org.readthedocs.build/