You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/17 08:54:58 UTC

[airflow] branch master updated (d4e3a42 -> 1ae5bdf)

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