|
Size: 209
Comment:
|
Size: 654
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 real help, if they're not already listed here. 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 |
Please try to get all tests in alphabetical order |
| Line 6: | Line 5: |
| ==Improve Tests== Lib/ftplib.py |
== New Tests == Lib/test/test_bdb.py Lib/test/test_ftplib.py Lib/test/test_pkgutil.py == Improve Tests == 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 real help, if they're not already listed here. Also if you just generally think that a unit test needs improving, please add it here with a list of what could be improved.
Please try to get all tests in alphabetical order
New Tests
Lib/test/test_bdb.py Lib/test/test_ftplib.py Lib/test/test_pkgutil.py
Improve Tests
Lib/test/test_locale.py
