damccorm opened a new issue, #20521: URL: https://github.com/apache/beam/issues/20521
The example python code in the last section of [https://beam.apache.org/documentation/pipelines/test-your-pipeline/](https://beam.apache.org/documentation/pipelines/test-your-pipeline/) does not work. TestPipeline is not in beam, it is in beam.pipeline_test and the "with" takes an object, not a class (ie. there needs to be a pair of brackets). I suspect there are other issues, but those are the ones which I have noticed. Imported from Jira [BEAM-10767](https://issues.apache.org/jira/browse/BEAM-10767). Original Jira may contain additional context. Reported by: ensslen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
