aboutsummaryrefslogtreecommitdiff
path: root/test/test_validations.py
AgeCommit message (Collapse)Author
2021-10-12Drop support for EOL Python 3.5Cody Logan
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