Taragolis commented on PR #29354:
URL: https://github.com/apache/airflow/pull/29354#issuecomment-1415856570

   There is also one file exists in cli which use `parameterized.expand`:
   
   
https://github.com/apache/airflow/blob/ce677862be4a7de777208ba9ba9e62bcd0415393/tests/cli/commands/test_task_command.py#L337-L346
   
   It would be nice to replace it by `@pytest.mark.parametrize` so we could 
complete CLI tests in one go.
   
   This example could be helpful:
   
https://github.com/apache/airflow/blob/b4a7379763390a78eebf29dcaa33aa515b8d9468/tests/models/test_variable.py#L69-L72


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