aboutsummaryrefslogtreecommitdiff
path: root/test/test_wikiget.py
AgeCommit message (Collapse)Author
2019-01-07Specify coding in test fileCody Logan
2019-01-07Fix problem reading certain file namesCody Logan
URLs with encoded non-ASCII characters and files with spaces can now be downloaded as expected.
2018-12-14Add some tests with pytestCody Logan
Can be run with `pytest` (if installed) or `python setup.py test`