We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57c6bc commit b4fb0a2Copy full SHA for b4fb0a2
1 file changed
scripts/api-tests.sh
@@ -100,7 +100,7 @@ execute_tests() {
100
101
# Run tests with coverage. Add the path to the main file and the shared packages that were linked.
102
PT="src:tests:$PYTHONPATH"
103
- PYTHONPATH="$PT" venv/bin/coverage run --branch -m pytest -W 'ignore::DeprecationWarning' tests
+ PYTHONPATH="$PT" venv/bin/coverage run --branch -m pytest -s -W 'ignore::DeprecationWarning' tests
104
# Fail if tests fail
105
if [ $? -ne 0 ]; then
106
printf "\n${RED}Tests failed in $1${NC}\n"
0 commit comments