Re: Python API + Unit Testing
Posted by
Kevin Lam on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Python-API-Unit-Testing-tp42363p42394.html
Hi Dian Fu,
I meant testing in application development. When I'm developing a Pyflink Pipeline, are there any recommended approaches to testing the Flink application? For instance, how should we test applications end-to-end? Individual operators?
I'm interested in the Datastream API.
One approach I could see is using StreamingFileSinks, and validating the output files for a bounded stream.
Hi,
Do you mean how to run Python unit test? If so, you could refer to [1] for more details.
Regards,
Dian