Skip to content

Commit 85d37b6

Browse files
Windows test related changes
- adapted some tests to use an arbitrary path separator to make sure we use the defined separator - faked split(), dirname(), walk(), realpath(), adapted relpath() to fix these tests - fixed case sensitivity for cygwin
1 parent 3e61917 commit 85d37b6

File tree

4 files changed

+465
-355
lines changed

4 files changed

+465
-355
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The release versions are PyPi releases.
1616
* support for `glob.iglob`
1717

1818
#### Fixes
19+
* shutil.move incorrectly moves directories (#145)
1920
* Missing support for 'x' mode in `open` (Python >= 3.3) (#147)
2021
* Incorrect exception type in Posix if path ancestor is a file (#139)
2122
* Exception handling when using `Patcher` with py.test (#135)

0 commit comments

Comments
 (0)