Skip to content
Snippets Groups Projects
Commit 4b290e9e authored by Nathaniel Manista's avatar Nathaniel Manista Committed by GitHub
Browse files

Merge pull request #9917 from nathanielmanistaatgoogle/missing-main

Add missing unittest.main call.
parents 823e87b1 fc39593a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment