]> granicus.if.org Git - python/commit
test_DocTestFinder(): This test failed when test_doctest was run
authorTim Peters <tim.peters@gmail.com>
Mon, 23 Aug 2004 22:38:05 +0000 (22:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 23 Aug 2004 22:38:05 +0000 (22:38 +0000)
commit4de7c5c10365edda9ee0cbf42cfa6a2e62118ba5
tree2f1f3a9ece8c0e078ac6c3819d1fb3e78f773ef1
parenta7def72a081c5ea54f12b091a2d742eb7adef468
test_DocTestFinder():  This test failed when test_doctest was run
directly, due to assuming a filename specific to running tests "the
normal way".  +ELLIPSIS to the rescue!
Lib/test/test_doctest.py