Jeffrey created BEAM-9186:
-----------------------------
Summary: Allow passing a comparison function for assert_that(...,
equal_to()) tests
Key: BEAM-9186
URL: https://issues.apache.org/jira/browse/BEAM-9186
Project: Beam
Issue Type: New Feature
Components: testing
Reporter: Jeffrey
Currently testing beam pipelines that produce objects that cannot be sorted or
compared is currently problematical, and developers are introducing Map(str)
and similar transforms in tests to transform PCollections into a testable form.
Adding by injection a comparison function will allow the creation of more
comprehensible tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)