aboutsummaryrefslogtreecommitdiff
path: root/tests/conftest.py
AgeCommit message (Collapse)Author
2023-11-08Change to a temporary directory before running testsCody Logan
Some tests will throw errors if files or directories with certain names exist in the current working directory when pytest is run, such as Example.jpg.
2023-11-08Add and refine docstrings in tests folder.Cody Logan
2023-11-07Fix some pytest style issuesCody Logan
2023-11-07Reduce duplicated code in dl testsCody Logan