aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_invocation_defects_test.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-01 13:32:33 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-03-01 13:32:33 -0800
commit4883fd8a20d4ddb49f772f557c870f6d7b9d989a (patch)
treee0026668f65cc43ab41c22edc75f7f72aefd7dd9 /src/python/grpcio_tests/tests/unit/_invocation_defects_test.py
parent8d9d4d00fd1fb312d20953176fc0b2d3f33d1825 (diff)
parent07ad1b9c7c785554b6734eb5c0e2fcd2b14691b2 (diff)
Merge github.com:grpc/grpc into call_create_fixtures
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_invocation_defects_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_invocation_defects_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_invocation_defects_test.py b/src/python/grpcio_tests/tests/unit/_invocation_defects_test.py
index f2e3898ed6..ee235032f0 100644
--- a/src/python/grpcio_tests/tests/unit/_invocation_defects_test.py
+++ b/src/python/grpcio_tests/tests/unit/_invocation_defects_test.py
@@ -249,3 +249,7 @@ class InvocationDefectsTest(unittest.TestCase):
with self.assertRaises(grpc.RpcError):
for _ in range(test_constants.STREAM_LENGTH // 2 + 1):
next(response_iterator)
+
+
+if __name__ == '__main__':
+ unittest.main(verbosity=2)