You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/12/08 22:56:10 UTC

[superset] branch master updated (aad2abe -> b7ae7f9)

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

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


    from aad2abe  Fix undefined error (#17692)
     add b7ae7f9  chore: convert feature flag tests to unit tests (#17689)

No new revisions were added by this update.

Summary of changes:
 tests/integration_tests/feature_flag_tests.py | 83 ---------------------------
 tests/unit_tests/feature_flag_test.py         | 65 +++++++++++++++++++++
 2 files changed, 65 insertions(+), 83 deletions(-)
 delete mode 100644 tests/integration_tests/feature_flag_tests.py
 create mode 100644 tests/unit_tests/feature_flag_test.py