uranusjr commented on PR #59194: URL: https://github.com/apache/airflow/pull/59194#issuecomment-3629608367
For example `airflow-core/tests/unit/models/test_dag.py::TestTaskClearingSetupTeardownBehavior::test_get_flat_relative_ids_with_setup` This test really just tests `get_flat_relative_ids_with_setup` works as expected. This functon is implemented in the shared lib in this PR, but you can’t test the function on its own without an operator class. The same goes for everything in the class (aside from very trivial ones such as `get_dag()` that don’t really need tests anyway), and the package ends up having no tests at all (and it currently fails CI). -- 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]
