test: add downloader test

This commit is contained in:
ThetaDev 2024-08-17 04:33:07 +02:00
parent cf0eb81002
commit 284f55bec5
8 changed files with 180 additions and 55 deletions

View file

@ -48,3 +48,9 @@ time.workspace = true
lofty = { version = "0.21.0", optional = true }
image = { version = "0.25.0", optional = true }
smartcrop2 = { version = "0.3.0", optional = true }
[dev-dependencies]
path_macro.workspace = true
rstest.workspace = true
serde_json.workspace = true
temp_testdir = "0.2.3"