summaryrefslogtreecommitdiff
path: root/Lib/test/test_fnmatch.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-0/+9
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Remove unused import.Fred Drake2001-05-221-1/+0
* Add test cases for the fnmatch module.Fred Drake2001-03-211-0/+42