test: fix tests

This commit is contained in:
ThetaDev 2024-06-14 17:58:07 +02:00
parent e75ffbb5da
commit 74946f9ea0
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
7 changed files with 523 additions and 401 deletions

View file

@ -1,14 +1,15 @@
test:
cargo test --features=rss
# cargo test --features=rss
cargo nextest run --features=rss --no-fail-fast --failure-output final
unittest:
cargo test --features=rss --lib
cargo nextest run --features=rss --no-fail-fast --failure-output final --lib
testyt:
cargo test --features=rss --test youtube
cargo nextest run --features=rss --no-fail-fast --failure-output final --test youtube
testyt-localized:
YT_LANG=th cargo test --features=rss --test youtube
YT_LANG=th cargo nextest run --features=rss --no-fail-fast --failure-output final --test youtube
testintl:
#!/usr/bin/env bash