Skip to content

Commit

Permalink
add main
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghorse committed Dec 1, 2023
1 parent 33d9348 commit ffe4bb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/python/apache_beam/io/requestresponseio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ def test_call_runtime_error(self):
test_pipeline
| beam.Create([""])
| RequestResponseIO(caller=caller))


if __name__ == '__main__':
unittest.main()

0 comments on commit ffe4bb8

Please sign in to comment.