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
path:
root
/
tests
Age
Commit message (
Collapse
)
Author
2023-11-08
Revise type annotations per PEP 604
Cody Logan
2023-11-07
Fix some pytest style issues
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 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-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
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-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-27
Fix error in dl test (still non-functional)
Cody Logan
2023-10-27
Refactor args construction in tests
Cody Logan
2023-10-24
Separate download and client tests
Cody Logan
2023-10-24
Use per-module loggers and tweak initial log config
Cody Logan
2023-10-24
Revise logging tests
Cody Logan
2023-10-23
Initial logging tests
Cody Logan
2023-10-23
Reorganize tests using fixtures
Cody Logan
2023-10-20
Reorganize File class
Cody Logan
2023-10-17
Clean up exception handling and error messages
Cody Logan
2023-10-13
Refactor parsing logic and revise exception handling
Cody Logan
2023-10-13
Update copyright year
Cody Logan
2023-10-09
Style cleanup
Cody Logan
2023-10-09
Add some tests for download functions
Cody Logan
2023-10-03
Refactor for better code organization
Cody Logan
2023-09-26
Reorganize code into src layout
Cody Logan