Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tighten up some warning filters, and break some dependencies on the | Tim Peters | 2002-04-16 | 1 | -1/+6 |
| | | | | order in which the tests are normally run. | ||||
* | Add a simple test suite for netrc.py, and remove it from test_sundry | Andrew M. Kuchling | 2002-03-22 | 1 | -1/+0 |
| | |||||
* | Move import dbhash out of test_sundry and into test_bsddb, | Guido van Rossum | 2001-12-07 | 1 | -1/+0 |
| | | | | so that test_sundry won't fail if the bsddb module is absent. | ||||
* | Ignore the posixfile deprecation warning for the test suite. | Fred Drake | 2001-10-25 | 1 | -0/+3 |
| | |||||
* | SF patch #440170: Tests for fileinput module. | Tim Peters | 2001-07-11 | 1 | -1/+0 |
| | | | | | New test_fileinput.py from Nick Mathewson, fiddled to use TESTFN and sundry style nits. | ||||
* | SF patch #440144: Tests and minor bugfix for uu module. | Tim Peters | 2001-07-11 | 1 | -1/+0 |
| | | | | | New test_uu.py from Nick Mathewson, fiddled to work on Windows too. Somebody should check that it still works on non-Windows boxes, though! | ||||
* | Remove lines for asynchat & asyncore, as they've now got their own test. | Tim Peters | 2001-04-06 | 1 | -2/+0 |
| | |||||
* | Restore alphabetic order. Also try to import rlcompleter and curses, but | Tim Peters | 2001-01-23 | 1 | -7/+15 |
| | | | | don't fail if they're not available. | ||||
* | The "user" module cannot reasonably be tested. Moved to the end (and | Fred Drake | 2001-01-22 | 1 | -2/+6 |
| | | | | | | commented it out), and added an explanation as to *why*. Added period to docstring. | ||||
* | Jeremy's patch #103323: trivial tests of all untested modules. | Tim Peters | 2001-01-19 | 1 | -0/+93 |