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
/
test_parse.py
Age
Commit message (
Collapse
)
Author
2023-11-14
Docstring type fixes
Cody Logan
2023-11-14
Use fixtures to create test files
Cody Logan
This reduces the number of temporary folders and files created during testing. Additionally, an actual JPEG is created for a couple tests instead of using random text for the contents.
2023-11-08
Add and refine docstrings in tests folder.
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-07
Fix some pytest style issues
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
Condense parser construction logic
Cody Logan
2023-11-01
Add some explanatory comments to tests
Cody Logan
2023-10-30
Create temporary batch file for one test
Cody Logan
2023-10-30
Additional tests for batch file parsing
Cody Logan
2023-10-30
Code cleanup
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