]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
DocTestFinder._find(): for tests derived from a module __test__ global,
authorTim Peters <tim.peters@gmail.com>
Mon, 13 Sep 2004 01:07:12 +0000 (01:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 13 Sep 2004 01:07:12 +0000 (01:07 +0000)
commitc56847878e503ddea8309b0a0c45e06d7c56f2ee
treee930a41762ae4aff555cf58ed3da04682a404496
parent82076ef19482c7fc8b3f4a322f12d4417a397b3e
DocTestFinder._find():  for tests derived from a module __test__ global,
doctest always promised to stick "__test__" in the name.  That got
broken.  Now it's fixed again.
Lib/doctest.py
Lib/test/test_doctest.py
Lib/test/test_generators.py