-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add audeer.move() as replacement for move_file() * Add fixes and tests * Extend docstring * Add to API docs * Try to fix Windows test * Test empty folder under Windows * Adjust test and docstring * Update tests, extend docstring * Add more tests and error cases * Fix typo * Change to OSError * Rephrase docstring * Fix expected Windows error message * Try to fix Windows test * Try to fix Windows test * Make test easier to understand * Update audeer/core/io.py Co-authored-by: audeerington <[email protected]> * Use move() instead of move_file() in tests --------- Co-authored-by: audeerington <[email protected]>
- Loading branch information
1 parent
ef3b271
commit 11b8734
Showing
4 changed files
with
300 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ audeer | |
LooseVersion | ||
md5 | ||
mkdir | ||
move | ||
move_file | ||
path | ||
progress_bar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters