Re: Python API + Unit Testing

Posted by Dian Fu on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Python-API-Unit-Testing-tp42363p42369.html

Hi,

Do you mean how to run Python unit test? If so, you could refer to [1] for more details.

Regards,
Dian

[1] https://cwiki.apache.org/confluence/display/FLINK/Setting+up+a+Flink+development+environment

2021年3月18日 下午10:46,Kevin Lam <[hidden email]> 写道:

Hi all,

I noticed there isn't much in the way of testing discussed in the Python API docs for Flink.

Does the community have any best-practices or recommendations on how testing should be done with PyFlink? 

Thanks!