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 8d49337 commit 68ccc5dCopy full SHA for 68ccc5d
ci_tools/run_tests.sh
@@ -11,4 +11,7 @@ cleanup() {
11
}
12
13
trap "cleanup" INT TERM EXIT
14
+
15
+# Run tests with "python -m pytest" to use the correct version of pytest
16
+echo -e "\n\n****** Running tests ******\n\n"
17
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