tests: fix album/radio tests

This commit is contained in:
ThetaDev 2022-12-03 21:26:52 +01:00
parent 933630f590
commit 559e0444fb
2 changed files with 33 additions and 8 deletions

View file

@ -1,6 +1,20 @@
test:
cargo test --all-features
unittest:
cargo test --all-features --lib
testyt:
cargo test --all-features --test youtube
testyt10:
#!/usr/bin/env bash
set -e
for i in {1..10}; do \
echo "---TEST RUN $i---"; \
cargo test --all-features --test youtube; \
done
testfiles:
cargo run -p rustypipe-codegen -- -d . download-testfiles