Barry Warsaw
04f357cffe
Get rid of relative imports in all unittests. Now anything that
...
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. :)
2002-07-23 19:04:11 +00:00
Tim Peters
d392506c43
Tighten up some warning filters, and break some dependencies on the
...
order in which the tests are normally run.
2002-04-16 01:27:44 +00:00
Andrew M. Kuchling
76fffd81e9
Add a simple test suite for netrc.py, and remove it from test_sundry
2002-03-22 02:48:57 +00:00
Guido van Rossum
a35e2cee32
Move import dbhash out of test_sundry and into test_bsddb,
...
so that test_sundry won't fail if the bsddb module is absent.
2001-12-07 16:43:19 +00:00
Fred Drake
b112481f12
Ignore the posixfile deprecation warning for the test suite.
2001-10-25 18:11:10 +00:00
Tim Peters
3230d5c961
SF patch #440170 : Tests for fileinput module.
...
New test_fileinput.py from Nick Mathewson, fiddled to use TESTFN and sundry
style nits.
2001-07-11 22:21:17 +00:00
Tim Peters
48dacc69a2
SF patch #440144 : Tests and minor bugfix for uu module.
...
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!
2001-07-11 21:43:42 +00:00
Tim Peters
f95423e265
Remove lines for asynchat & asyncore, as they've now got their own test.
2001-04-06 18:59:17 +00:00
Tim Peters
f87d857080
Restore alphabetic order. Also try to import rlcompleter and curses, but
...
don't fail if they're not available.
2001-01-23 09:50:30 +00:00
Fred Drake
d74804db41
The "user" module cannot reasonably be tested. Moved to the end (and
...
commented it out), and added an explanation as to *why*.
Added period to docstring.
2001-01-22 19:38:37 +00:00
Tim Peters
d93c0b6a37
Jeremy's patch #103323 : trivial tests of all untested modules.
2001-01-19 05:41:36 +00:00