Skip to content
Snippets Groups Projects
Commit 58df4bae authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix/pytest' into 'master'

fix: change to pytest bin instead of module #109

Closes #109

See merge request to-be-continuous/python!149
parents 37bd52e0 19be433b
No related branches found
No related tags found
No related merge requests found
......@@ -1291,7 +1291,7 @@ py-pytest:
- mkdir -p -m 777 reports
- install_requirements
- _pip install pytest pytest-cov coverage
- _python -m pytest --junit-xml=reports/TEST-pytests.xml --cov --cov-report term --cov-report xml:reports/py-coverage.cobertura.xml ${PYTEST_ARGS}
- _run pytest --junit-xml=reports/TEST-pytests.xml --cov --cov-report term --cov-report xml:reports/py-coverage.cobertura.xml ${PYTEST_ARGS}
rules:
# skip if $PYTEST_ENABLED not set
- if: '$PYTEST_ENABLED != "true"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment