This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from d4e3a42 add more precise type hint for task callbacks (#10355)
add 1ae5bdf Add test for GCSTaskHandler (#9600) (#9861)
No new revisions were added by this update.
Summary of changes:
.../providers/google/cloud/log/gcs_task_handler.py | 27 +---
.../google/cloud/log/test_gcs_task_handler.py | 162 +++++++++++++++++++++
...r_system.py => test_gcs_task_handler_system.py} | 64 ++++----
tests/test_project_structure.py | 3 +-
4 files changed, 201 insertions(+), 55 deletions(-)
create mode 100644 tests/providers/google/cloud/log/test_gcs_task_handler.py
copy tests/providers/google/cloud/log/{test_stackdriver_task_handler_system.py
=> test_gcs_task_handler_system.py} (62%)