test(api): use pytest to run api tests (#1645)
This commit is contained in:
parent
ad14e3f525
commit
9d0c098684
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ clean: .clean
|
|||
|
||||
test: $(VENV)
|
||||
source $(VENV)/bin/activate
|
||||
DJANGO_SETTINGS_MODULE=libretime_api.settings.testing libretime-api test libretime_api
|
||||
DJANGO_SETTINGS_MODULE=libretime_api.settings.testing pytest -n $(CPU_CORES) --color=yes -v libretime_api
|
||||
|
||||
schema: $(VENV)
|
||||
source $(VENV)/bin/activate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue