| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-01 | Convert additional docstrings to Google-styledocstrings | Cody Logan | |
| 2023-11-16 | Additional type checking import blocks | Cody Logan | |
| 2023-11-15 | Use monkeypatch.chdir instead of os.chdir | Cody Logan | |
| 2023-11-14 | Use fixtures to create test files | Cody 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-08 | Change to a temporary directory before running tests | Cody 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-08 | Add and refine docstrings in tests folder. | Cody Logan | |
| 2023-11-07 | Fix some pytest style issues | Cody Logan | |
| 2023-11-07 | Reduce duplicated code in dl tests | Cody Logan | |
