]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Tue, 22 Mar 2022 21:01:15 +0000 (22:01 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 21:01:15 +0000 (14:01 -0700)
commit7ba7eae50803b11766421cb8aae1780058a57e2b
treeecce761c8142f3cc886aa9418b71dff18a53da3e
parent4aea656d62860e78cd8384f2de375f0d4f1db579
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>
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS.d/next/Library/2022-03-16-18-25-19.bpo-2604.jeopdL.rst [new file with mode: 0644]