mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
Pass scripts/run-python-test.sh arguments to pytest
This commit is contained in:
@@ -22,4 +22,5 @@ export PYTHONDONTWRITEBYTECODE=1
|
||||
# run python tests (tox invokes pytest to run tests in python/tests)
|
||||
#TOX_PARALLEL_NO_SPINNER=1 tox -e lint,doc
|
||||
tox -e lint
|
||||
tox -e doc,py
|
||||
tox -e doc
|
||||
tox -e py -- "$@"
|
||||
|
||||
Reference in New Issue
Block a user