Skip Montanaro
|
877d62e72d
|
added commonprefix test cases
|
2000-08-23 16:54:27 +00:00 |
Mark Hammond
|
041307d95c
|
Remove the test for abspath with an empty path - too hard to do in a cross-platform manner.
|
2000-08-14 23:06:37 +00:00 |
Mark Hammond
|
673c6cf3d4
|
Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName())
|
2000-08-14 06:21:26 +00:00 |
Guido van Rossum
|
630a9a6894
|
Fix the tests now that splitdrive() no longer treats UNC paths special.
(Some tests converted to splitunc() tests.)
|
1999-04-06 19:38:18 +00:00 |
Guido van Rossum
|
ead9d8d2d7
|
New test for ntpath module
|
1999-02-03 17:21:21 +00:00 |