aboutsummaryrefslogtreecommitdiff
path: root/test/test_wikiget.py
AgeCommit message (Collapse)Author
2019-10-02Amend copyright notices and license statementsCody Logan
2019-09-26Add batch file functionality for downloading multiple filesv0.2.0Cody Logan
2019-08-05Update licensing language and comment stylev0.1.5Cody Logan
2019-08-05Add test for hash verificationCody Logan
2019-06-14Case insensitive check for File: prefixv0.1.2Cody Logan
2019-06-14Documentation updatesCody Logan
2019-01-08Additional comments and clarificationsCody Logan
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`