-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Test loading cache does not overwrite files When copying from the cache back into the app, it should not replace files that already exist. This test asserts already passing behavior. * Add test for code coverage * Group import lines * Test mtime save/load behavior Adds tests for ensuring FIFO behavior in the cache works based on mime types. This comment #302 (comment). Currently it works locally but fails on CI, that tells me the mtime-preserving behavior is platform dependent. * Commons changelog * Copy and delete instead of moving files * Manually copy mtime after copying directory contents * Proper error handling * Remove nearly identical function * Add docs * Copy cache and delete instead of moving
- Loading branch information
Showing
4 changed files
with
189 additions
and
35 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
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