superset/tests/integration_tests
Grace Guo a01c4c95db
fix: [alert] should run alert query from report account (#17499)
* fix: [alert] should run alert query from report account

* add solution2: override username for get_df

* add integration test
2021-12-16 12:12:43 +00: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 fix: change 401 response to a 403 for Security Exceptions (#17768) 2021-12-15 17:11:04 -07:00
css_templates refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dashboards chore: skip flaky test (#17772) 2021-12-15 17:06:40 -08:00
databases fix: Redirect on 401 (#17597) 2021-12-08 13:14:30 -07:00
datasets fix: Redirect on 401 (#17597) 2021-12-08 13:14:30 -07:00
db_engine_specs fix(sqla): make text clause escaping optional (#17641) 2021-12-03 12:35:26 +02:00
fixtures feat(explore): export csv data pivoted for Pivot Table [ID-9] (#17512) 2021-12-03 12:42:28 +01:00
importexport chore: Enforce Mypy for non-tests (#15757) 2021-07-22 06:46:43 +12:00
migrations refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
queries fix: RBAC for export for dashboard viewers (#17527) 2021-11-25 20:10:41 -08:00
reports fix: add fallback and validation for report and cron timezones (#17338) 2021-11-12 12:28:17 -08:00
security chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
tasks refactor(chart.commands): separate commands into two different modules (#17509) 2021-11-22 19:57:52 +02:00
utils feature: Add quarter unit to datetrunc (#17416) 2021-11-12 09:46:55 -08:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
alerts_tests.py chore(pylint): Bump Pylint to 2.9.6 (#16146) 2021-08-14 10:32:28 +12:00
base_api_tests.py fix(api): return total count on related endpoint (#16397) 2021-08-24 15:07:58 +03:00
base_tests.py fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
cache_tests.py refactor: sqllab: move sqllab ralated enumns and utils to more logical place (#16843) 2021-09-26 21:15:57 +03:00
celery_tests.py fix: migration out-of-scope bind (#17728) 2021-12-13 13:04:35 -08:00
cli_tests.py fix(cli): fail CLI script on failed import/export (#16976) 2021-10-29 08:56:29 +01:00
commands_test.py chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
config_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
conftest.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
core_tests.py feat: customize recent activity access (#17589) 2021-12-08 11:30:23 +02:00
csv_upload_tests.py fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
dashboard_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dashboard_utils.py fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
datasource_tests.py fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
dict_import_export_tests.py fix: Ensure table uniqueness on update (#15909) 2021-08-03 07:45:55 +12:00
druid_func_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
druid_func_tests_sip38.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03: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 fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
insert_chart_mixin.py feat: Certify Charts and Dashboards (#17335) 2021-11-24 13:42:52 +02:00
jinja_context_tests.py fix(filter-indicator): show filters handled by jinja as applied (#17140) 2021-10-18 19:28:05 +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 fix: [alert] should run alert query from report account (#17499) 2021-12-16 12:12:43 +00:00
pandas_postprocessing_tests.py feat(prophet): enable confidence intervals and y_hat without forecast (#17658) 2021-12-08 09:56:18 +02:00
query_context_tests.py refactor: queryObject - add QueryObjectFactory (#17466) 2021-11-18 17:38:17 +02:00
result_set_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
schedules_test.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
security_tests.py chore: skip flaky test (#17772) 2021-12-15 17:06:40 -08:00
sql_validator_tests.py fix: feature flags typing (#15254) 2021-11-19 15:56:16 +00:00
sqla_models_tests.py fix(elasticsearch): time_zone setting does not work for cast datetime expressions (#17048) 2021-11-25 11:58:44 +02:00
sqla_views_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
sqllab_tests.py fix: preventing sql lab None limit value (#17155) 2021-10-20 23:43:14 +03:00
stats_logger_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
strategy_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
superset_test_config.py feat(filter-set): Add filterset resource (#14015) 2021-09-23 11:27:59 +03:00
superset_test_config_sqllab_backend_persist.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
superset_test_config_thumbnails.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03: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 fix: Always use temporal type for dttm columns [ID-2] (#17458) 2021-11-22 15:40:38 +01:00
viz_tests.py fix: fix assignment in FilterBoxViz (#16662) 2021-09-10 15:10:55 +03:00