]> granicus.if.org Git - python/commit
Patch #1663234: you can now run doctest on test files and modules
authorGeorg Brandl <georg@python.org>
Tue, 6 Mar 2007 13:37:45 +0000 (13:37 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 6 Mar 2007 13:37:45 +0000 (13:37 +0000)
commitff432e6f4ad8e4430ce984ec883a3d038e1c7ab9
tree9e80574fb8d33086e2305fc5aba42d456f2068ca
parent72363031b9d2b382d6d8c8703f716da982dcbbdf
Patch #1663234: you can now run doctest on test files and modules
using "python -m doctest [-v] filename ...".
Doc/lib/libdoctest.tex
Lib/doctest.py
Misc/NEWS