This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8507ad9e54 Mark WASB blob tests as DB tests (#38963)
add db8471cc07 Make handling of connection by fs/adls.py closer to that of
WasbHook and add unit tests. (#38747)
No new revisions were added by this update.
Summary of changes:
airflow/providers/microsoft/azure/fs/adls.py | 62 ++++++++++-
airflow/providers/microsoft/azure/hooks/wasb.py | 34 +-----
airflow/providers/microsoft/azure/utils.py | 34 ++++++
tests/always/test_project_structure.py | 1 -
.../providers/microsoft/azure/fs}/__init__.py | 0
tests/providers/microsoft/azure/fs/test_adls.py | 124 +++++++++++++++++++++
tests/providers/microsoft/azure/test_utils.py | 28 +++++
7 files changed, 245 insertions(+), 38 deletions(-)
copy {airflow/api/auth => tests/providers/microsoft/azure/fs}/__init__.py
(100%)
create mode 100644 tests/providers/microsoft/azure/fs/test_adls.py