This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: doctest should support -m
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ianbicking, mbeachy
Priority: normal Keywords:

Created on 2005-03-04 04:11 by ianbicking, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60693 - (view) Author: Ian Bicking (ianbicking) * Date: 2005-03-04 04:11
It would be nice if "python -m doctest a_file.py" would
run doctest on that file (either a Python module or a
text file).  Right now it runs doctests on itself.
msg62814 - (view) Author: Mike Beachy (mbeachy) Date: 2008-02-23 21:44
This request was implemented in 1663234, so this case can be closed.
msg62816 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-02-23 21:51
Closing as fixed.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41651
2008-02-23 21:51:11georg.brandlsetstatus: open -> closed
nosy: + georg.brandl
resolution: fixed
messages: + msg62816
2008-02-23 21:44:30mbeachysetnosy: + mbeachy
messages: + msg62814
2005-03-04 04:11:02ianbickingcreate