This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch remove-legacy-ui
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c0b68fc02ba Merge branch 'main' into remove-legacy-ui
add 2e692dd1a67 Move `tests_common/test_utils/www.py` to FAB provider
No new revisions were added by this update.
Summary of changes:
.../fab/auth_manager/views/test_permissions.py | 3 +-
.../unit/fab/auth_manager/views/test_roles_list.py | 3 +-
.../tests/unit/fab/auth_manager/views/test_user.py | 3 +-
.../unit/fab/auth_manager/views/test_user_edit.py | 3 +-
.../unit/fab/auth_manager/views/test_user_stats.py | 3 +-
providers/fab/tests/unit/fab/utils.py | 235 +++++++++++++++++++++
providers/fab/tests/unit/fab/www/views/conftest.py | 2 +-
.../fab/www/views/test_views_custom_user_views.py | 6 +-
.../core_api/routes/public/test_dag_run.py | 2 +-
9 files changed, 243 insertions(+), 17 deletions(-)
create mode 100644 providers/fab/tests/unit/fab/utils.py