Mailing List Archive

[issue5022] doctest should allow running tests with "python -m doctest"
New submission from Tom Lynn <tlynn@users.sourceforge.net>:

It would be good to be able to do something like::

$ python -m doctest foo.py
$ python -m doctest --text foo.txt bar.txt

(or preferably some command line options design which could handle
both .py and .txt files).

----------
components: Library (Lib)
messages: 80323
nosy: tlynn
severity: normal
status: open
title: doctest should allow running tests with "python -m doctest"
type: feature request
versions: Python 2.5

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5022] doctest should allow running tests with "python -m doctest" [ In reply to ]
Gabriel Genellina <gagsl-py2@yahoo.com.ar> added the comment:

Already implemented in Python 2.6; please upgrade.
2.5 only gets security fixes at this time.

----------
nosy: +gagenellina

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5022] doctest should allow running tests with "python -m doctest" [ In reply to ]
Changes by Benjamin Peterson <benjamin@python.org>:


----------
resolution: -> out of date
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com