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 e68471a Cancel duplicate runs and HEAD runs that failed at specific
jobs (#10008)
add f149ca9 Add unit tests for samba provider (#9959)
No new revisions were added by this update.
Summary of changes:
.../experimental => providers/samba}/__init__.py | 0
.../samba/hooks}/__init__.py | 0
tests/providers/samba/hooks/test_samba.py | 116 +++++++++++++++++++++
tests/test_project_structure.py | 1 -
4 files changed, 116 insertions(+), 1 deletion(-)
copy tests/{www/api/experimental => providers/samba}/__init__.py (100%)
copy tests/{www/api/experimental => providers/samba/hooks}/__init__.py (100%)
create mode 100644 tests/providers/samba/hooks/test_samba.py