mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Create command to run tests locally (#668)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user