We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e77a2 commit cfe2df2Copy full SHA for cfe2df2
docker/run-tests.sh
@@ -12,7 +12,7 @@ done
12
13
# run the tests
14
echo "Running pytest with coverage"
15
-pytest --cov="dataimporter" --cov-report term-missing tests
+pytest -v --cov="dataimporter" --cov-report term-missing tests
16
# store the exit code from the pytest run
17
test_exit_code=$?
18
0 commit comments