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 (
Collapse
)
Author
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
Add and improve some tests
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
2023-10-30
Fix copyright years for new files containing old code
Cody Logan
2023-10-30
Add comment about backwards compatibility to setup.py
Cody Logan
2023-10-30
Remove use of dev branch
Cody Logan
2023-10-30
Update README
Cody Logan
2023-10-30
Create temporary batch file for one test
Cody Logan
2023-10-30
Check for existing files earlier to avoid unnecessary API calls
Cody Logan
2023-10-30
Additional tests for batch file parsing
Cody Logan
2023-10-30
Code cleanup
Cody Logan
2023-10-30
Fix reported problematic input in parsing error message
Cody Logan
When the input is an invalid URL, the error message will report the whole input string instead of a URL fragment.
2023-10-30
Accept batch input from stdin
Cody Logan
2023-10-27
Condense error message when batch file is unreadable
Cody Logan
2023-10-27
Fix ttest errors in Python 3.7 and 3.8
Cody Logan
2023-10-27
Fix error in dl test (still non-functional)
Cody Logan
2023-10-27
Move batch file processing to parse module
Cody Logan
2023-10-27
Refactor args construction in tests
Cody Logan
2023-10-24
Merge branch 'refactor-api-query' into dev
Cody Logan
2023-10-24
Bump version for dev branch
Cody Logan
2023-10-24
Separate download and client tests
Cody Logan
2023-10-24
Add dry run option, to test processing without actually downloading anything
Cody Logan
2023-10-24
Catch possible OS errors when verifying download
Cody Logan
2023-10-24
Tweak progress bar appearance
Cody Logan
2023-10-24
Move API client functions to separate module
Cody Logan
2023-10-24
Fix bug in logging that silenced most messages
Cody Logan
2023-10-24
Use per-module loggers and tweak initial log config
Cody Logan
[prev]
[next]