[New-bugs-announce] [issue5022] doctest should allow running tests with "python -m doctest"

Tom Lynn report at bugs.python.org
Wed Jan 21 13:27:42 CET 2009


New submission from Tom Lynn <tlynn at 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 at bugs.python.org>
<http://bugs.python.org/issue5022>
_______________________________________


More information about the New-bugs-announce mailing list