aboutsummaryrefslogtreecommitdiff
path: root/tests/test_validations.py
AgeCommit message (Collapse)Author
2023-11-14Use fixtures to create test filesCody 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-08Add and refine docstrings in tests folder.Cody Logan
2023-11-08Conditionally import modules used for type checkingCody Logan
2023-11-08Revise type annotations per PEP 604Cody Logan
2023-11-07Fix some pytest style issuesCody Logan
2023-11-03Move from unittest.mock to pytest's monkeypatch where feasibleCody Logan
2023-10-23Reorganize tests using fixturesCody Logan
2023-10-13Update copyright yearCody Logan
2023-09-26Reorganize code into src layoutCody Logan