diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-22 21:31:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 21:31:44 (GMT) |
commit | f163ad22d3321cb9bb4e6cbaac5a723444641565 (patch) | |
tree | dabdac46a014afaabd80a13ac922cc2738dad0c0 /Misc | |
parent | 8146e6b636905d9872140c990d93308ac20d13f0 (diff) | |
download | cpython-f163ad22d3321cb9bb4e6cbaac5a723444641565.zip cpython-f163ad22d3321cb9bb4e6cbaac5a723444641565.tar.gz cpython-f163ad22d3321cb9bb4e6cbaac5a723444641565.tar.bz2 |
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Co-authored-by: Piet Delport
Co-authored-by: Hugo Lopes Tavares
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 7ba7eae50803b11766421cb8aae1780058a57e2b)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-16-18-25-19.bpo-2604.jeopdL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-16-18-25-19.bpo-2604.jeopdL.rst b/Misc/NEWS.d/next/Library/2022-03-16-18-25-19.bpo-2604.jeopdL.rst new file mode 100644 index 0000000..c0fd000 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-16-18-25-19.bpo-2604.jeopdL.rst @@ -0,0 +1 @@ +Fix bug where doctests using globals would fail when run multiple times. |