mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 08:09:16 +02:00
Removed unused acoustid dependency / logic
This commit is contained in:
parent
14392ebb0c
commit
fe03d08a8e
8 changed files with 2 additions and 92 deletions
|
@ -391,7 +391,7 @@ This is regular pytest, so you can use any arguments/options that pytest usually
|
|||
# Stop on first failure
|
||||
docker-compose -f dev.yml run --rm api pytest -x
|
||||
# Run a specific test file
|
||||
docker-compose -f dev.yml run --rm api pytest tests/test_acoustid.py
|
||||
docker-compose -f dev.yml run --rm api pytest tests/music/test_models.py
|
||||
|
||||
Writing tests
|
||||
^^^^^^^^^^^^^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue