Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2006-07-26 23:34:23
Size: 209
Editor: 82-38-68-217
Comment:
Revision 6 as of 2006-07-27 00:01:03
Size: 1205
Editor: 82-38-68-217
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This page documents all tests that should be added (or improved) to enhance the Python distribution's test suite for the standard library. This page documents all tests that should be added (or improved) to enhance the Python distribution's test suite for the standard library. Checking [http://coverage.livinglogic.de/coverage/web/waf.do Coverage] to see if there are any tests that could be improved or are missing, would be a real help. Also if you just generally think that a unit test needs improving, please add it here with a list of what could be improved.
Line 3: Line 3:
==New Tests==
Lib/pkgutil.py
If you feel that you would like to work on a test, please write your name in the 'Volunteer' column of the table below,
alongside the name of the test you wish to work on.
Line 6: Line 6:
==Improve Tests==
Lib/ftplib.py
Please try to get all tests in alphabetical order

=== New Tests ===
|| Test Name || Volunteer ||
||Lib/test/test_bdb.py || ||
||Lib/test/test_ftplib.py || ||
||Lib/test/test_pdb.py || ||
||Lib/test/test_pkgutil.py || Matt Fleming ||

== Improve Tests ==
|| Test Name ||Things to improve || Volunteer ||
||Lib/test/test_locale.py || || ||
 

This page documents all tests that should be added (or improved) to enhance the Python distribution's test suite for the standard library. Checking [http://coverage.livinglogic.de/coverage/web/waf.do Coverage] to see if there are any tests that could be improved or are missing, would be a real help. Also if you just generally think that a unit test needs improving, please add it here with a list of what could be improved.

If you feel that you would like to work on a test, please write your name in the 'Volunteer' column of the table below, alongside the name of the test you wish to work on.

Please try to get all tests in alphabetical order

New Tests

Test Name

Volunteer

Lib/test/test_bdb.py

Lib/test/test_ftplib.py

Lib/test/test_pdb.py

Lib/test/test_pkgutil.py

Matt Fleming

Improve Tests

Test Name

Things to improve

Volunteer

Lib/test/test_locale.py

ImprovingLibTests (last edited 2008-11-15 13:59:54 by localhost)

Unable to edit the page? See the FrontPage for instructions.