dianfu commented on a change in pull request #8439: [FLINK-12485][python] Add
completeness test for Table and TableEnviro…
URL: https://github.com/apache/flink/pull/8439#discussion_r284063074
##########
File path: flink-python/pyflink/testing/test_case_utils.py
##########
@@ -90,3 +92,82 @@ def setUp(self):
super(PyFlinkBatchTableTestCase, self).setUp()
self.t_config =
TableConfig.Builder().as_batch_execution().set_parallelism(4).build()
self.t_env = TableEnvironment.get_table_environment(self.t_config)
+
+
+class PythonAPICompletenessTestCase(unittest.TestCase):
+ """
+ Base class for python api completeness tests, i.e.,
Review comment:
python -> Python
api -> API
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services