kaxil commented on code in PR #56660:
URL: https://github.com/apache/airflow/pull/56660#discussion_r2435892533


##########
airflow-core/tests/unit/cli/commands/test_dag_command.py:
##########
@@ -661,7 +661,12 @@ def test_dag_test(self, mock_get_dag):
 

Review Comment:
   Actually `airflow dags test` works fine without serialized dags. It is just 
`dag.test` that doesn't work. So the test should be somewhere else not in here.



##########
airflow-core/tests/unit/cli/commands/test_dag_command.py:
##########
@@ -661,7 +661,12 @@ def test_dag_test(self, mock_get_dag):
 

Review Comment:
   Actually `airflow dags test` CLI works fine without serialized dags. It is 
just `dag.test` that doesn't work. So the test should be somewhere else not in 
here.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to