Lior Amar created FLINK-5889:
--------------------------------
Summary: Improving the Flink Python batch API test framework
Key: FLINK-5889
URL:
https://issues.apache.org/jira/browse/FLINK-5889 Project: Flink
Issue Type: Improvement
Components: Python API
Affects Versions: 1.3.0
Reporter: Lior Amar
Priority: Minor
Allowing the developer to write multiple tests in a single file using the python unittest framework.
The Python Batch API allows only a single plan in a file, thus requiring a file for each case.
This issue propose the following:
* A way to gather multiple tests in a single python file, in a way similar to the python standard unit test method.
* A way to run tests from the command line via a shell script - will make running multiple tests on a Flink deployment easier.
You can take a look at
https://github.com/lior-amar/flink.git the pm/lior/py_tests branch.
Comments will be appreciated.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)