You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2019/12/20 22:20:12 UTC

[beam] branch master updated (e8d20a2 -> 4d0efd6)

This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from e8d20a2  Merge pull request #10439: Upgrade parameterized version to 0.7.0+
     add 4d0efd6  [BEAM-8335] Add a TestStreamService Python Implementation (#10120)

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/testing/test_stream_service.py     | 54 ++++++++++++
 .../testing/test_stream_service_test.py            | 96 ++++++++++++++++++++++
 2 files changed, 150 insertions(+)
 create mode 100644 sdks/python/apache_beam/testing/test_stream_service.py
 create mode 100644 sdks/python/apache_beam/testing/test_stream_service_test.py