Skip to content

Commit b4fb0a2

Browse files
committed
added pytest print to console
1 parent b57c6bc commit b4fb0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/api-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ execute_tests() {
100100

101101
# Run tests with coverage. Add the path to the main file and the shared packages that were linked.
102102
PT="src:tests:$PYTHONPATH"
103-
PYTHONPATH="$PT" venv/bin/coverage run --branch -m pytest -W 'ignore::DeprecationWarning' tests
103+
PYTHONPATH="$PT" venv/bin/coverage run --branch -m pytest -s -W 'ignore::DeprecationWarning' tests
104104
# Fail if tests fail
105105
if [ $? -ne 0 ]; then
106106
printf "\n${RED}Tests failed in $1${NC}\n"

0 commit comments

Comments
 (0)