-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add test dep on pytest-mock * Add tests for Archiver class * Add tests for UnknownArchiver class * Add tests for ZipArchiver class * Add basic tests RarArchiver tests * Refactor tests for Comic class * Modify Comic class to make attributes private and add properties for path and archiver * Docstring improvements * Fix typing for `page_count` attribute * Fix typing on `path` attribute * Fix to prevent cycle detected in import chain
- Loading branch information
Showing
15 changed files
with
949 additions
and
304 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
dist | ||
docs/darkseid | ||
.git | ||
.idea | ||
.mypy_cache | ||
|
@@ -11,4 +12,3 @@ __pycache__ | |
/test-results | ||
.tox | ||
.venv* | ||
docs/darkseid |
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
Oops, something went wrong.