aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-09-02Fix a testing error in Python 3.5Cody Logan
2020-09-02Simplify writing to tmp_fileCody Logan
2020-09-02Use pytest's tmp_path fixture for verify_hash testCody Logan
This removes the need to check if the test directory is writable since pytest will handle that.
2020-01-28Code cleanupCody Logan
2020-01-28Split main file into separate chunksCody Logan
2020-01-03Code cleanupCody Logan
2019-12-06Switch to Wikimedia Commons as default siteCody Logan
Commons is intended as a repository for freely-usable media, so it makes more sense for it to be the default, and most images on Wikimedia sites (like English Wikipedia) are also available there. The functionality for specifying alternate sites is left in case users want to download fair-use media, which is not available on Commons, as well as for the possible future integration with non-Wikimedia MediaWiki sites (like Fandom/Wikia).
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`