summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fnmatch.py
Commit message (Collapse)AuthorAgeFilesLines
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
| | | | | allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
* Remove unused import.Fred Drake2001-05-221-1/+0
|
* Add test cases for the fnmatch module.Fred Drake2001-03-211-0/+42