summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dospath.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove more DOS support.Martin v. Löwis2002-10-101-61/+0
|
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
| | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
* 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