We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a04389 commit 6ee2e04Copy full SHA for 6ee2e04
ci_tools/run_tests.sh
@@ -11,4 +11,4 @@ cleanup() {
11
}
12
13
trap "cleanup" INT TERM EXIT
14
-pytest --junitxml=reports/junit/junit.xml --html=reports/junit/report.html --cov-report term-missing --cov=./pytest_cases -v pytest_cases/tests/
+python -m pytest --junitxml=reports/junit/junit.xml --html=reports/junit/report.html --cov-report term-missing --cov=./pytest_cases -v pytest_cases/tests/
0 commit comments