]> granicus.if.org Git - python/commit
Bug 772091: doctest.DocTestSuite does not support __test__
authorTim Peters <tim.peters@gmail.com>
Sat, 7 Aug 2004 05:37:52 +0000 (05:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 7 Aug 2004 05:37:52 +0000 (05:37 +0000)
commit1e277ee3bd76b82d74214ab2a415a3516c168cfa
treea700c8191004d24b3e89c0ffa4554335f6cf0960
parent2a7dedef9e3d94fbbad3782fd4757c6b7ba91c09
Bug 772091:  doctest.DocTestSuite does not support __test__

This got fixed "by magic" as part of the refactoring, but wasn't tested
as such.  Now it is.
Lib/test/sample_doctest.py
Lib/test/test_doctest.py