index
:
wikiget.git
docstrings
master
MediaWiki file downloader (mirror of https://github.com/clpo13/wikiget)
Cody Logan <cody@lokken.dev>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-14
Docstring type fixes
Cody Logan
2023-11-14
Use fixtures to create test files
Cody Logan
2023-11-08
Change to a temporary directory before running tests
Cody Logan
2023-11-08
Add and refine docstrings in src folder
Cody Logan
2023-11-08
Refactor wikiget.cli tests
Cody Logan
2023-11-08
Add and refine docstrings in tests folder.
Cody Logan
2023-11-08
Switch to pathlib for file processing
Cody Logan
2023-11-08
Ensure downloaded file handler is always closed
Cody Logan
2023-11-08
Add git-blame ignore file for Black style change revision
Cody Logan
2023-11-08
Conditionally import modules used for type checking
Cody Logan
2023-11-08
Revise type annotations per PEP 604
Cody Logan
2023-11-08
Move logger variable creation to after log configuration
Cody Logan
2023-11-07
Improve logging optimization
Cody Logan
2023-11-07
Use type checking block for import
Cody Logan
2023-11-07
Use multiple context managers in a single with block
Cody Logan
2023-11-07
Simplify return logic of process_download
Cody Logan
2023-11-07
Remove unnecessary pass and import statements
Cody Logan
2023-11-07
Fix some pytest style issues
Cody Logan
2023-11-07
Merge pull request #12 from clpo13/improve-tests
Cody Logan
2023-11-07
Add requests_mock to Actions config
Cody Logan
2023-11-07
Test query_api when an APIError is raised
Cody Logan
2023-11-07
Emit a log message when authenticating with a private wiki
Cody Logan
2023-11-07
Add tests for File equality
Cody Logan
2023-11-07
Reduce duplicated code in dl tests
Cody Logan
2023-11-07
Full coverage on dl module
Cody Logan
2023-11-06
Additional download tests using requests_mock
Cody Logan
2023-11-06
Additional download tests
Cody Logan
2023-11-06
Simplify mock usage in tests
Cody Logan
2023-11-06
Be more consistent in use of mocking method
Cody Logan
2023-11-06
Test that prep_download returns the right File object
Cody Logan
2023-11-06
Add equality comparison for File objects
Cody Logan
2023-11-06
Add explanatory comment to query_api test
Cody Logan
2023-11-03
Revise query_api test to use mock objects
Cody Logan
2023-11-03
Test for exceptions in connect_to_site
Cody Logan
2023-11-03
Move from unittest.mock to pytest's monkeypatch where feasible
Cody Logan
2023-11-03
Add some mypy configuration
Cody Logan
2023-11-01
Rename some symbols and functions to better match their purpose
Cody Logan
2023-11-01
Add tests for main program entry point
Cody Logan
2023-11-01
Condense parser construction logic
Cody Logan
2023-11-01
Make process_download return an exit code instead of exiting directly
Cody Logan
2023-11-01
Merge pull request #11 from clpo13/add-tests
Cody Logan
2023-11-01
Merge branch 'master' into add-tests
Cody Logan
2023-11-01
Add some explanatory comments to tests
Cody Logan
2023-11-01
Test connect_to_site using mocking
Cody Logan
2023-11-01
Refactor download processing code and add some tests
Cody Logan
2023-11-01
Add missing warning message when destination file exists in single download mode
Cody Logan
2023-11-01
Explicit return value
Cody Logan
2023-10-31
Return early during dry runs; update dev version number
Cody Logan
2023-10-30
Bump version number
v0.7.0
Cody Logan
2023-10-30
Update project metadata
Cody Logan
[next]