You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2018/10/08 21:51:34 UTC

[beam] 01/01: Merge pull request #6599 from Fematich/assertItemsEqual

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

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

commit 9c8d3cda9651741e4c622ab06fa0472ca4852423
Merge: bd84b4b ee5c965
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Mon Oct 8 14:51:27 2018 -0700

    Merge pull request #6599 from Fematich/assertItemsEqual
    
    [BEAM-5620] rename assertItemsEqual to assertCountEqual for PY3 compatibility

 .../apache_beam/examples/snippets/snippets_test.py | 11 ++++++--
 sdks/python/apache_beam/io/avroio_test.py          |  9 ++++++-
 sdks/python/apache_beam/io/filebasedsink_test.py   | 11 ++++++--
 sdks/python/apache_beam/io/filebasedsource_test.py | 19 +++++++++-----
 .../io/gcp/tests/pubsub_matcher_test.py            |  9 ++++++-
 .../python/apache_beam/io/hadoopfilesystem_test.py | 13 +++++++---
 sdks/python/apache_beam/io/localfilesystem_test.py | 11 ++++++--
 .../apache_beam/io/source_test_utils_test.py       |  9 ++++++-
 sdks/python/apache_beam/io/sources_test.py         |  9 ++++++-
 sdks/python/apache_beam/io/textio_test.py          | 29 ++++++++++++++++------
 .../apache_beam/transforms/ptransform_test.py      | 13 +++++++---
 11 files changed, 113 insertions(+), 30 deletions(-)