dstandish edited a comment on pull request #13421: URL: https://github.com/apache/airflow/pull/13421#issuecomment-753778368
ok @potiuk ..... if only for the sake of discussion, i have copied `example_bash_operator.py` as it existed before to `tests/dags/test_miscellaneous.py` and renamed the dag to `miscellaneous_test_dag`. i have called it miscellaneous because, although the bash operator is used in it, it's not used in any tests of the bash operator. it's just a generic test dag used in a variety of tests with no unifying theme. i did not update references in other tests which also use example_bash_operator but which are not so picky about its structure that they fail when you add a task. I also left in place the refactor of `test_mark_tasks.py` because even though the refactor would not be needed with the creation of `miscellaneous_test_dag`, the improvements help readability and are worth keeping. ---------------------------------------------------------------- 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]
