We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc97488 commit 4ce2144Copy full SHA for 4ce2144
docker/run-tests.sh
@@ -12,7 +12,7 @@ done
12
13
# run the tests
14
echo "Running pytest with coverage"
15
-pytest -v -x --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