roitvt commented on a change in pull request #7163: [AIRFLOW-6542] add
spark-on-k8s operator/hook/sensor
URL: https://github.com/apache/airflow/pull/7163#discussion_r381583482
##########
File path: tests/test_project_structure.py
##########
@@ -36,6 +36,9 @@
'tests/providers/apache/pig/operators/test_pig.py',
'tests/providers/apache/spark/hooks/test_spark_jdbc_script.py',
'tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py',
+
'tests/providers/cncf/kubernetes/operators/test_spark_kubernetes_operator.py',
+ 'tests/providers/cncf/kubernetes/hooks/test_kubernetes_hook.py',
+ 'tests/providers/cncf/kubernetes/sensors/test_spark_kubernetes_sensor.py',
Review comment:
I know :( unfortunately it still not possible to mock Kubernetes API in
python for unit testing but I'll try to write tests to what I can.
----------------------------------------------------------------
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