This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 0d5ddb36749 feat(themes): add enhanced validation and error handling
with fallback mechanisms (#37378)
add 6328e516206 test(examples): add tests for UUID threading and security
bypass (#37557)
No new revisions were added by this update.
Summary of changes:
.../commands/importers/v1/examples_test.py | 133 +++++++++++-
.../databases/commands/importers/v1/import_test.py | 33 +++
.../api => tests/unit_tests/examples}/__init__.py | 0
tests/unit_tests/examples/data_loading_test.py | 204 ++++++++++++++++++
tests/unit_tests/examples/generic_loader_test.py | 233 +++++++++++++++++++++
tests/unit_tests/examples/utils_test.py | 206 ++++++++++++++++++
6 files changed, 808 insertions(+), 1 deletion(-)
copy {superset-core/src/superset_core/api =>
tests/unit_tests/examples}/__init__.py (100%)
create mode 100644 tests/unit_tests/examples/data_loading_test.py
create mode 100644 tests/unit_tests/examples/generic_loader_test.py
create mode 100644 tests/unit_tests/examples/utils_test.py