Skip to content

Commit 6ee2e04

Browse files
committed
Fixed tests execution
1 parent 8a04389 commit 6ee2e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_tools/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ cleanup() {
1111
}
1212

1313
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/
14+
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

Comments
 (0)