We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd1a4c commit 60f3d26Copy full SHA for 60f3d26
docker/files/run_pytests.sh
@@ -26,7 +26,7 @@ fi
26
27
# Run tests using pytest
28
export COVERAGE_FILE=${WORKDIR}/tests/.coverage.py${PYTHON_VERSION}
29
-py.test -v --junitxml=${WORKDIR}/tests/pytests_py${PYTHON_VERSION}.xml --cov nipype --cov-config /src/nipype/.coveragerc --cov-report xml:${WORKDIR}/tests/coverage_py${PYTHON_VERSION}.xml ${TESTPATH}
+py.test -v --junitxml=${WORKDIR}/tests/pytests_py${PYTHON_VERSION}.xml --cov nipype --cov-config /src/nipype/.coveragerc --cov-report xml:${WORKDIR}/tests/coverage_py${PYTHON_VERSION}.xml --doctest-modules ${TESTPATH}
30
exit_code=$?
31
32
# Collect crashfiles
0 commit comments