summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ntpath.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ↵Mark Hammond2000-08-141-0/+5
| | | | Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName())
* Fix the tests now that splitdrive() no longer treats UNC paths special.Guido van Rossum1999-04-061-4/+4
| | | | (Some tests converted to splitunc() tests.)
* New test for ntpath moduleGuido van Rossum1999-02-031-0/+41