]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#11390: convert doctest CLI to argparse and add -o and -f options.
authorR David Murray <rdmurray@bitdance.com>
Sun, 23 Jun 2013 18:24:13 +0000 (14:24 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 23 Jun 2013 18:24:13 +0000 (14:24 -0400)
commit5707d508e1b589045ce1062da3497ad9653f1cf6
treebc2ba43038f5011301e09cf2e78c213f2b3e6114
parentc00fffb659bc69666ba05025057e762cf24e76b0
#11390: convert doctest CLI to argparse and add -o and -f options.

This provides a way to specify arbitrary doctest options when using
the CLI interface to process test files, just as one can when calling
testmod or testfile programmatically.
Doc/library/doctest.rst
Doc/whatsnew/3.4.rst
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS