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.

Author techtonik
Recipients techtonik
Date 2011-03-03.20:33:45
SpamBayes Score 8.255881e-07
Marked as misclassified No
Message-id <1299184426.69.0.480744886707.issue11390@psf.upfronthosting.co.za>
In-reply-to
Content
doctest module need to parse -h/--help parameters, and accept flags like ELLIPSIS from command line. Otherwise it very hard to debug tests like contained in the attached README.

It is also worth to make it parameter compatible with unittest.main()

Usage: tests.py [options] [test] [...]

Options:
  -h, --help       Show this message
  -v, --verbose    Verbose output
  -q, --quiet      Minimal output
  -f, --failfast   Stop on first failure
  -c, --catch      Catch control-C and display results
  -b, --buffer     Buffer stdout and stderr during test runs
History
Date User Action Args
2011-03-03 20:33:46techtoniksetrecipients: + techtonik
2011-03-03 20:33:46techtoniksetmessageid: <1299184426.69.0.480744886707.issue11390@psf.upfronthosting.co.za>
2011-03-03 20:33:46techtoniklinkissue11390 messages
2011-03-03 20:33:46techtonikcreate