]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24746: Fix doctest failures when running the testsuite with -R (GH-11501)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Jan 2019 16:02:26 +0000 (08:02 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Jan 2019 16:02:26 +0000 (08:02 -0800)
commit1cbd17c6987afc48c16caa7ccc7d19b01fbd39f2
tree53c5ad20a9c6b1e0e9c576fd19727a7563b52793
parent2bd5f7e91add6a20c311d46c332c4325b1e77883
bpo-24746: Fix doctest failures when running the testsuite with -R (GH-11501)

(cherry picked from commit c5dc60ea858b8ccf78e8d26db81c307a8f9b2314)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_doctest.py