This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git

commit be9e513fec8a7b47153eff2eac022d1689dfa33a
Author: aviemzur <[email protected]>
AuthorDate: Tue Apr 7 14:46:27 2020 +0300

    TODO
---
 tests/runners/airflow/dag/test_rainbow_dags.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/runners/airflow/dag/test_rainbow_dags.py 
b/tests/runners/airflow/dag/test_rainbow_dags.py
index d8c1afc..c744ce5 100644
--- a/tests/runners/airflow/dag/test_rainbow_dags.py
+++ b/tests/runners/airflow/dag/test_rainbow_dags.py
@@ -13,6 +13,8 @@ class Test(TestCase):
         self.assertEqual(len(dags), 1)
 
         test_pipeline = dags[0]
+
+        # TODO: elaborate tests to assert all dags have correct tasks
         self.assertEqual(test_pipeline.dag_id, 'my_pipeline')
 
     def test_default_start_task(self):

Reply via email to