- Fork and clone the repository.
- Install poetry.
- In the root directory, run
poetry shell
. - Run
poetry install
. unitunes
should now be runnable.
Run pytest
to run tests. With no arguments, it will skip tests that require service configs.
Add a service config to run more tests.
pytest -s --spotify=spotify_config.json --ytm=ytm_config.json # may need to run with -s to paste spotify redirect URL the first time