fix(tests): replace short playlist, add new pop genre id

This commit is contained in:
ThetaDev 2023-08-04 01:14:36 +02:00
parent 57086cab9a
commit b752b6ea9b
3 changed files with 33 additions and 15 deletions

View file

@ -154,3 +154,29 @@ Subscribers: 1780000
[6Fv8bd9ICb4] Who owns this? (199s)
...
```
## Development
**Requirements:**
- Current version of stable Rust
- [`just`](https://github.com/casey/just) task runner
- [`pre-commit`](https://pre-commit.com/)
- yq (YAML processor)
### Tasks
**Testing**
- `just test` Run unit+integration tests
- `just unittest` Run unit tests
- `just testyt` Run YouTube integration tests
- `just testintl` Run YouTube integration tests for all supported languages (this takes
a long time and is therefore not run in CI)
- `YT_LANG=de just testyt` Run YouTube integration tests for a specific language
**Tools**
- `just testfiles` Download missing testfiles for unit tests
- `just report2yaml` Convert RustyPipe reports into a more readable yaml format
(requires `yq`)