Skip to content

Commit 68ccc5d

Browse files
committed
Added echo message in ci test runner script
1 parent 8d49337 commit 68ccc5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci_tools/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ cleanup() {
1111
}
1212

1313
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"
1417
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)