You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/04/01 15:44:28 UTC

[airflow] branch master updated (b672faa -> ee2d6c5)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from b672faa  Don't run UI tests when python files have changed (#15138)
     add ee2d6c5  Make app creation session- or class-wide when possible to make tests faster (#14878)

No new revisions were added by this update.

Summary of changes:
 .../schemas/test_role_and_permission_schema.py     | 58 ++++++++++------------
 tests/api_connexion/test_error_handling.py         | 39 +++++----------
 tests/cli/commands/test_role_command.py            | 24 ++++-----
 tests/cli/commands/test_user_command.py            | 27 ++++------
 airflow/www/blueprints.py => tests/cli/conftest.py | 17 ++++---
 tests/conftest.py                                  |  7 +++
 tests/plugins/test_plugins_manager.py              | 47 +++++++++---------
 .../common/auth_backend/test_google_openid.py      | 56 ++++++++++++---------
 .../api/experimental}/conftest.py                  | 30 +++++------
 .../www/api/experimental/test_dag_runs_endpoint.py | 24 +--------
 tests/www/api/experimental/test_endpoints.py       | 57 ++++++++++-----------
 11 files changed, 175 insertions(+), 211 deletions(-)
 copy airflow/www/blueprints.py => tests/cli/conftest.py (75%)
 copy tests/{api_connexion => www/api/experimental}/conftest.py (64%)