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 0142abb Add unit tests for GcpBodyFieldValidator in google cloud
providers (#10003)
add 42fbf9d Add unit tests for MsSqlHook (#10006)
No new revisions were added by this update.
Summary of changes:
.../microsoft/mssql/hooks}/__init__.py | 0
.../providers/microsoft/mssql/hooks/test_mssql.py | 73 ++++++++++++++++++++++
tests/test_project_structure.py | 1 -
3 files changed, 73 insertions(+), 1 deletion(-)
copy tests/{www/api/experimental =>
providers/microsoft/mssql/hooks}/__init__.py (100%)
create mode 100644 tests/providers/microsoft/mssql/hooks/test_mssql.py