aboutsummaryrefslogtreecommitdiff
path: root/tests/conftest.py
AgeCommit message (Collapse)Author
2023-12-01Convert additional docstrings to Google-styledocstringsCody Logan
2023-11-16Additional type checking import blocksCody Logan
2023-11-15Use monkeypatch.chdir instead of os.chdirCody Logan
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-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