superset/tests/integration_tests
Yongjie Zhao 375c03e084
feat(advanced analysis): support MultiIndex column in post processing stage (#19116)
2022-03-23 13:46:28 +08:00
..
annotation_layers chore: Test cases for annotations and annotation layers incorrect creation through API (#17246) 2021-11-03 09:11:41 +00:00
async_events refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
cachekeys fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
charts feat: add support for comments in adhoc clauses (#19248) 2022-03-18 15:08:06 -07:00
css_templates chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
dashboards feat: improve color consistency (save all labels) (#19038) 2022-03-21 15:20:04 +08:00
databases feat(sqllab): Add a configuration option to disable data preview (#19104) 2022-03-17 15:22:57 +02:00
datasets chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231) 2022-03-18 14:00:23 -07:00
db_engine_specs chore(tests-backend): migrate snowflake and sqlite to unit tests (#18854) 2022-02-23 11:11:10 -06:00
explore feat: add permalink to dashboard and explore (#19078) 2022-03-17 01:15:52 +02:00
extensions feat(key-value): add superset metastore cache (#19232) 2022-03-21 19:46:56 +02:00
fixtures Various docstring fixes (#18221) 2022-03-21 13:01:57 -03:00
importexport chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
key_value feat(key-value): add superset metastore cache (#19232) 2022-03-21 19:46:56 +02:00
migrations refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
queries feat: add export_related flag (#19215) 2022-03-16 16:03:06 -07:00
reports feat: Allow users to bust cache in report dashboard + alerts charts + alert dashboards (#18795) 2022-03-04 12:30:40 -08:00
security chore: Fix deprecated unittest aliases. (#19042) 2022-03-07 09:38:19 +02:00
tasks chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
users fix(packages): Fixing users packages (#18973) 2022-03-01 09:47:13 -08:00
utils refactor: move date_parser to unittest (#18810) 2022-02-18 20:15:31 +08:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
alerts_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
base_api_tests.py refactor: extract json_required view decorator (#18170) 2022-01-31 08:53:48 -03:00
base_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
cache_tests.py chore(cache): default to SimpleCache in debug mode (#18976) 2022-03-02 19:38:34 +02:00
celery_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
cli_tests.py chore!: turn on Versioned Export in config.py (#19142) 2022-03-17 13:32:50 -04:00
commands_test.py feat: import/export assets commands (#19217) 2022-03-17 10:51:17 -07:00
config_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
conftest.py chore: split CLI into multiple files (#18082) 2022-01-19 11:27:16 -08:00
core_tests.py chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231) 2022-03-18 14:00:23 -07:00
csv_upload_tests.py chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231) 2022-03-18 14:00:23 -07:00
dashboard_tests.py chore: update fixtures scope that are loading data into the analytical db (#17780) 2021-12-16 16:11:47 -08:00
dashboard_utils.py feat(alerts): Select tabs to send backend (#17749) 2022-01-11 10:48:50 -08:00
datasource_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
dict_import_export_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
druid_func_tests.py fix(sql): unable to filter text with quotes (#17881) 2022-01-28 21:49:22 +08:00
druid_func_tests_sip38.py fix(sql): unable to filter text with quotes (#17881) 2022-01-28 21:49:22 +08:00
druid_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dynamic_plugins_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
email_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
event_logger_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
form_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
import_export_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
insert_chart_mixin.py feat: Certify Charts and Dashboards (#17335) 2021-11-24 13:42:52 +02:00
jinja_context_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
log_api_tests.py fix: Redirect on 401 (#17597) 2021-12-08 13:14:30 -07:00
log_model_view_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
logging_configurator_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
migration_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
model_tests.py chore!: update mutator to take kwargs (#19083) 2022-03-18 16:01:27 -07:00
query_context_tests.py feat(advanced analysis): support MultiIndex column in post processing stage (#19116) 2022-03-23 13:46:28 +08:00
result_set_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
schedules_test.py chore: update fixtures scope that are loading data into the analytical db (#17780) 2021-12-16 16:11:47 -08:00
security_tests.py chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231) 2022-03-18 14:00:23 -07:00
sql_validator_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
sqla_models_tests.py fix: allow subquery in ad-hoc SQL (WIP) (#19242) 2022-03-18 10:04:55 -07:00
sqla_views_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
sqllab_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
stats_logger_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
strategy_tests.py chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
superset_test_config.py chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231) 2022-03-18 14:00:23 -07:00
superset_test_config_sqllab_backend_persist_off.py chore: turn on SQLLAB_BACKEND_PERSISTENCE by default (#19107) 2022-03-17 21:51:47 -07:00
superset_test_config_thumbnails.py chore(cache): default to SimpleCache in debug mode (#18976) 2022-03-02 19:38:34 +02:00
superset_test_custom_template_processors.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
tagging_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
test_app.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
thumbnails_tests.py fix: Add waiting time for chart animation when screenshot (#15610) 2021-07-15 18:25:48 -07:00
utils_tests.py chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
viz_tests.py feat(TimeTableViz): sort by first metric (#18896) 2022-02-28 10:26:24 -08:00