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 79922ac commit d8ad2f5Copy full SHA for d8ad2f5
runtests.sh
@@ -53,7 +53,7 @@ done
53
echo "Running tests with $(python --version)"
54
pip install --upgrade -r ${DRIVER_HOME}/test_requirements.txt
55
echo ""
56
-TEST_RUNNER="coverage run -m unittest discover -vfs ${TEST}"
+TEST_RUNNER="coverage run -m teamcity.unittestpy discover -vfs ${TEST}"
57
if [ ${RUNNING} -eq 1 ]
58
then
59
${TEST_RUNNER}
test_requirements.txt
@@ -1 +1,2 @@
1
coverage
2
+teamcity-messages
0 commit comments