summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove filecmpAndrew M. Kuchling2003-02-131-1/+0
|
* Lose references to knee (no longer exists) and pyclbr (has its ownGuido van Rossum2002-12-031-2/+0
| | | | test suite now).
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
| | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-1/+6
| | | | order in which the tests are normally run.
* Add a simple test suite for netrc.py, and remove it from test_sundryAndrew M. Kuchling2002-03-221-1/+0
|
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-071-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 Drake2001-10-251-0/+3
|
* SF patch #440170: Tests for fileinput module.Tim Peters2001-07-111-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 Peters2001-07-111-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 Peters2001-04-061-2/+0
|
* Restore alphabetic order. Also try to import rlcompleter and curses, butTim Peters2001-01-231-7/+15
| | | | don't fail if they're not available.
* The "user" module cannot reasonably be tested. Moved to the end (andFred Drake2001-01-221-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 Peters2001-01-191-0/+93