You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/10 12:02:16 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #17506: Use `dag_maker` fixture in test_processor.py

kaxil commented on a change in pull request #17506:
URL: https://github.com/apache/airflow/pull/17506#discussion_r685951621



##########
File path: tests/conftest.py
##########
@@ -484,3 +489,41 @@ def __call__(self, dag_id='test_dag', session=None, **kwargs):
             return self
 
     return DagFactory()
+
+
+@pytest.fixture
+def get_dummy_dag(dag_maker):

Review comment:
       ```suggestion
   def create_dummy_dag(dag_maker):
   ```
   
   Probably? It can stay as it is too -- no strong opinion




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org