Writing tests for the Python bug tracker
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Sat Mar 20 02:23:14 EDT 2010
I have two reported bugs in the bug tracker waiting on tests:
http://bugs.python.org/issue8128
http://bugs.python.org/issue4037
Are there any guidelines for writing tests for the standard library and
language? I've googled, but found nothing useful: lots of guidelines for
writing tests, and of course I've read PEP 8, but I'm not sure if there
are conventions for tests I'm missing.
--
Steven
More information about the Python-list
mailing list