summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the test for abspath with an empty path - too hard to do in a cross-pl...Mark Hammond2000-08-141-1/+0
* Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ...Mark Hammond2000-08-141-0/+5
* Fix the tests now that splitdrive() no longer treats UNC paths special.Guido van Rossum1999-04-061-4/+4
* New test for ntpath moduleGuido van Rossum1999-02-031-0/+41