This is an automated email from the ASF dual-hosted git repository.
vavila pushed a change to branch feat/async-db-perm-sync
in repository https://gitbox.apache.org/repos/asf/superset.git
from 7a62ecdbc3 Removing no longer valid unit tests
add 5a344799cd Addressing PR feedback
No new revisions were added by this update.
Summary of changes:
superset/commands/database/sync_permissions.py | 257 +-------
superset/commands/database/update.py | 4 +-
superset/databases/api.py | 2 +-
superset/tasks/permissions.py | 221 ++++++-
tests/integration_tests/databases/api_tests.py | 6 +-
.../commands/databases/sync_permissions_test.py | 649 +++------------------
tests/unit_tests/tasks/permissions_test.py | 438 ++++++++++++++
7 files changed, 777 insertions(+), 800 deletions(-)
create mode 100644 tests/unit_tests/tasks/permissions_test.py