summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_csv.py
Commit message (Collapse)AuthorAgeFilesLines
* add not-yet-supported Unicode test just so it doesn't get lost.Skip Montanaro2003-05-061-0/+20
|
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-11/+7
| | | | | | | | | | and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
* some sniffer testsSkip Montanaro2003-04-251-0/+34
|
* Whitespace normalization.Tim Peters2003-04-241-12/+12
|
* hoist contents of csv submodule up to the package levelSkip Montanaro2003-04-101-1/+1
|
* The message "*** skipping leakage tests ***" was causing the test toGuido van Rossum2003-03-211-1/+2
| | | | fail in a non-debug build. Only print this in verbose test mode.
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-201-0/+619