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 99d5157583 Filter out for issues vs other links while generating
provider issue content (#39894)
add dad3c59034 Add possibility to collect all provider tests for
compatibility testing (#39888)
No new revisions were added by this update.
Summary of changes:
contributing-docs/testing/unit_tests.rst | 17 ++++++++++-
.../test_aws_security_manager_override.py | 9 ++++--
.../aws/auth_manager/test_aws_auth_manager.py | 31 +++++++++++++-------
.../common/io/operators/test_file_transfer.py | 5 +++-
tests/providers/common/io/xcom/test_backend.py | 8 ++---
.../api/auth/backend/test_basic_auth.py | 5 ++++
.../api/auth/backend/test_kerberos_auth.py | 5 +++-
.../test_role_and_permission_endpoint.py | 9 ++++--
.../api_endpoints/test_user_endpoint.py | 7 ++++-
.../auth_manager/api_endpoints/test_user_schema.py | 11 +++++--
.../auth_manager/cli_commands/test_definition.py | 13 +++++----
.../auth_manager/cli_commands/test_role_command.py | 9 ++++--
.../cli_commands/test_sync_perm_command.py | 5 +++-
.../auth_manager/cli_commands/test_user_command.py | 7 +++--
.../fab/auth_manager/cli_commands/test_utils.py | 9 ++++--
.../fab/auth_manager/decorators/test_auth.py | 12 ++++++--
.../fab/auth_manager/models/test_anonymous_user.py | 5 +++-
.../security_manager/test_constants.py | 5 +++-
.../auth_manager/security_manager/test_override.py | 5 +++-
.../fab/auth_manager/test_fab_auth_manager.py | 17 ++++++++---
tests/providers/fab/auth_manager/test_models.py | 11 ++++---
tests/providers/fab/auth_manager/test_security.py | 19 +++++++++---
.../fab/auth_manager/views/test_permissions.py | 5 ++++
.../fab/auth_manager/views/test_roles_list.py | 5 ++++
.../providers/fab/auth_manager/views/test_user.py | 5 ++++
.../fab/auth_manager/views/test_user_edit.py | 5 ++++
.../fab/auth_manager/views/test_user_stats.py | 5 ++++
tests/test_utils/api_connexion_utils.py | 5 +++-
tests/test_utils/compat.py | 34 +++++++++++++++++++++-
tests/test_utils/db.py | 29 +++++++++++-------
tests/test_utils/mock_security_manager.py | 5 +++-
31 files changed, 252 insertions(+), 70 deletions(-)