Skip to content

bpo-45229: Use doctest.DocTestSuite instead of run_doctest - #28468

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:regrtest-run_doctest
Sep 20, 2021
Merged

bpo-45229: Use doctest.DocTestSuite instead of run_doctest#28468
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:regrtest-run_doctest

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Sep 20, 2021

Copy link
Copy Markdown
Member

Also use load_tests() for adding tests.

https://bugs.python.org/issue45229

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker a856364cc920d8b16750fd1fadc902efb509754c 3.10

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry @serhiy-storchaka, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker a856364cc920d8b16750fd1fadc902efb509754c 3.9

niyas-sait pushed a commit to niyas-sait/cpython that referenced this pull request Sep 21, 2021
@serhiy-storchakaserhiy-storchaka removed their assignment Nov 10, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@serhiy-storchaka@miss-islington@the-knights-who-say-ni@bedevere-bot