Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 525 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 525 Bytes

Contributing

Development Setup

  1. Fork and clone the repository.
  2. Install poetry.
  3. In the root directory, run poetry shell.
  4. Run poetry install.
  5. unitunes should now be runnable.

Testing

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