summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dospath.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.
* Convert dospath test suite to PyUnit, adding a couple more cases forFred Drake2001-05-221-46/+55
| | | | isabs() (no false results were checked) and splitdrive().
* String method conversion.Eric S. Raymond2001-02-091-2/+1
|
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-13/+12
|
* new test - like test_ntpath but without splitunc test casesSkip Montanaro2000-08-231-0/+49