Taragolis opened a new pull request, #28493: URL: https://github.com/apache/airflow/pull/28493
During migrate python operators tests to `pytest` I've found that most of the part could be reuse after some refactoring 1. Repeatable parts into `tests/sensors/test_python.py` was removed 2. Based on commentary to `BasePythonTest` `tests/operators/test_python.py` also previously based on `BasePythonTest` . 3. `test_virtualenv_serializable_context_fields` moved into `TestPythonVirtualenvOperator` 4. `test_empty_branch` moved into `TestBranchOperator` 5. Global fixtures for create DagRuns, TI and render templates were used now. 6. Redundant module constants and helpers was removed 7. Unwanted warnings was removed -- 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]
