aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-08-23 15:14:36 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-08-23 15:14:36 -0700
commit03d281ab1b59185959afff7621d69a9b77387cfa (patch)
treec38aa6d7d2a662675dfba91ac09fc8e01bee5649 /tools
parentb7e55a20023b32177cb9b09e8ef0dc0d3cd0aa85 (diff)
parent71e29ef459378f404ad4377e960792435864f878 (diff)
Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-core
The RPC Framework core package.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_python.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/run_tests/run_python.sh b/tools/run_tests/run_python.sh
index 6f80219b0e..6fdca93fd5 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -39,4 +39,12 @@ export LD_LIBRARY_PATH=$ROOT/libs/$CONFIG
export DYLD_LIBRARY_PATH=$ROOT/libs/$CONFIG
export PATH=$ROOT/bins/$CONFIG:$ROOT/bins/$CONFIG/protobuf:$PATH
source "python"$PYVER"_virtual_environment"/bin/activate
+
+# TODO(atash): These tests don't currently run under py.test and thus don't
+# appear under the coverage report. Find a way to get these tests to work with
+# py.test (or find another tool or *something*) that's acceptable to the rest of
+# the team...
+"python"$PYVER -m grpc_test._core_over_links_base_interface_test
+"python"$PYVER -m grpc_test.framework.core._base_interface_test
+
"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml"