This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 11e3453 Creating ADF pipeline run operator, sensor + ADF custom conn
fields (#17885)
add 14b3e66 Improve coverage for airflow.cli package (#18220)
No new revisions were added by this update.
Summary of changes:
tests/cli/commands/test_celery_command.py | 127 +++++++++++++++++++++
tests/cli/commands/test_kerberos_command.py | 102 +++++++++++++++++
tests/cli/commands/test_plugins_command.py | 20 ++++
.../cli/commands/test_rotate_fernet_key_command.py | 113 ++++++++++++++++++
4 files changed, 362 insertions(+)
create mode 100644 tests/cli/commands/test_kerberos_command.py
create mode 100644 tests/cli/commands/test_rotate_fernet_key_command.py