Create command to run tests locally (#668)

This commit is contained in:
Mariana Meireles
2022-08-08 10:07:37 +02:00
committed by GitHub
parent 2fa47f310d
commit 10f2054e9a

View File

@@ -70,6 +70,11 @@ test:
npm run build
$(conda_run) pytest -vv $(ARGS) tests/ --log-cli-level=warning
test-local:
make examples
npm run build
pytest -vvs $(ARGS) tests/ --log-cli-level=warning
test-py:
@echo "Tests are coming :( this is a placeholder and it's meant to fail!"
$(conda_run) pytest -vv $(ARGS) tests/ --log-cli-level=warning