Skip to content

Commit

Permalink
Removed most of FakeShutilModule functionality
Browse files Browse the repository at this point in the history
- adapted tests to work with fake_filesystem_unittest.TestCase
- fixed some tests
- fake_filesystem.ResolvePath: consider alternative path separator for resolving links
- fixes pytest-dev#194
  • Loading branch information
mrbean-bremen committed Jun 18, 2017
1 parent 360c998 commit 7daa78d
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 461 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The release versions are PyPi releases.
* Added nanosecond time members in `os.stat_result` (Python >= 3.3) ([#196](../../issues/196)).

#### Infrastructure
* Remove most of `fake_filesystem_shutil` implementation, relying on the patched `os` module instead ([#194](../../issues/194)).

#### Fixes
* Incorrect handling of symlinks in `os.path.size` and other functions ([#210](../../issues/210)).
Expand Down
Loading

0 comments on commit 7daa78d

Please sign in to comment.