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 |