superset/tests
Yongjie Zhao 22d8171dd6
chore(engine): adapt postgres backend connection URI (#11233)
* chore(engine): adapt postgres backend connection URI

* fix tests

* Update superset/db_engine_specs/__init__.py

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2020-10-14 18:57:41 +03:00
..
cachekeys feat: implement cache invalidation api (#10761) 2020-09-15 11:17:21 -07:00
charts test: removed unicode_test example from unit tests (#11131) 2020-10-07 18:29:37 +03:00
css_templates feat: CRUD REST API for CSS Templates (#11114) 2020-10-01 11:46:25 +01:00
dashboards feat: custom favorite filter for dashboards, charts and saved queries (#11083) 2020-10-01 15:08:40 -07:00
databases feat: add UUID column to ImportMixin (#11098) 2020-10-07 09:00:55 -07:00
datasets feat(datasets): REST API bulk delete (#11237) 2020-10-12 13:40:05 +01:00
db_engine_specs chore(engine): adapt postgres backend connection URI (#11233) 2020-10-14 18:57:41 +03:00
fixtures test: removed unicode_test example from unit tests (#11131) 2020-10-07 18:29:37 +03:00
queries feat: custom favorite filter for dashboards, charts and saved queries (#11083) 2020-10-01 15:08:40 -07:00
security feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
utils perf: cache dashboard bootstrap data (#11234) 2020-10-13 18:43:06 -07:00
__init__.py Add licenses to translations (#6732) 2019-01-22 08:21:13 -08:00
access_tests.py Revert "chore: Cleanup database sessions (#10427)" (#10537) 2020-08-06 15:33:48 -07:00
alerts_tests.py chore: simplify alerting data model to leverage a single class (#11179) 2020-10-09 19:20:12 -07:00
base_api_tests.py fix(test): missing auth on tests (#10842) 2020-09-11 14:28:41 +01:00
base_tests.py feat: implement cache invalidation api (#10761) 2020-09-15 11:17:21 -07:00
cache_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
celery_tests.py Covert celery tests to the pytest (#10704) 2020-08-28 17:04:30 -07:00
config_tests.py s/assertEqual/assertEquals (#10195) 2020-06-29 16:38:06 -07:00
conftest.py test: removed unicode_test example from unit tests (#11131) 2020-10-07 18:29:37 +03:00
core_tests.py test: test_cache_logging is not depending on other dashboard (#11213) 2020-10-09 09:00:41 -07:00
csv_upload_tests.py chore: ci Initial hive support (#10593) 2020-08-27 09:49:18 -07:00
dashboard_tests.py feat: prevent co-edit dashboard collision (#11220) 2020-10-12 17:58:32 -07:00
dashboard_utils.py test: removed unicode_test example from unit tests (#11131) 2020-10-07 18:29:37 +03:00
dataframe_test.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
datasource_tests.py fix(jinja): extract form_data from json body (#10684) 2020-08-28 21:26:07 +03:00
dict_import_export_tests.py feat: add UUID column to ImportMixin (#11098) 2020-10-07 09:00:55 -07:00
druid_func_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
druid_func_tests_sip38.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
druid_tests.py Revert "chore: Cleanup database sessions (#10427)" (#10537) 2020-08-06 15:33:48 -07:00
email_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
event_logger_tests.py Event logger config takes instance instead of class (#7997) 2019-08-08 13:47:18 -07:00
feature_flag_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
form_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
import_export_tests.py feat: add UUID column to ImportMixin (#11098) 2020-10-07 09:00:55 -07:00
jinja_context_tests.py s/assertEqual/assertEquals (#10195) 2020-06-29 16:38:06 -07:00
log_api_tests.py Add more fields to the log API (#10271) 2020-07-13 18:06:33 -07:00
logging_configurator_tests.py Add LogConfigurator, and add logging for CSV export (#8085) 2019-08-27 13:22:18 -07:00
migration_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
model_tests.py chore: ci Initial hive support (#10593) 2020-08-27 09:49:18 -07:00
pandas_postprocessing_tests.py fix: echarts timeseries groupby (#11103) 2020-09-29 14:25:38 +03:00
query_context_tests.py Changed cache uid to be depending on table in test_csv_response_format (#11214) 2020-10-09 09:01:26 -07:00
result_set_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
schedules_test.py fix: use nullpool even for user lookup in the celery (#10938) 2020-09-21 10:34:03 -07:00
security_tests.py test: removed unicode_test example from unit tests (#11131) 2020-10-07 18:29:37 +03:00
sql_parse_tests.py fix: downgrade sqlparse and add unit test (#10165) 2020-07-06 11:10:46 -07:00
sql_validator_tests.py chore: ci Initial hive support (#10593) 2020-08-27 09:49:18 -07:00
sqla_models_tests.py chore(sqla): assert query is single read-only statement (#11236) 2020-10-12 15:11:43 +03:00
sqllab_tests.py fix(api): unable to delete virtual dataset, wrong permission name (#11019) 2020-09-29 12:33:07 +01:00
stats_logger_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
strategy_tests.py test: removed unicode_test example from unit tests (#11131) 2020-10-07 18:29:37 +03:00
superset_test_config.py perf: cache dashboard bootstrap data (#11234) 2020-10-13 18:43:06 -07:00
superset_test_config_sqllab_backend_persist.py [Build] Add Github workflows (#9517) 2020-04-14 13:38:09 -07:00
superset_test_config_thumbnails.py chore: Using cache factory method (#10887) 2020-09-15 12:48:19 -07:00
superset_test_custom_template_processors.py fix(jinja): make context attrs private on SQL templates (#10934) 2020-09-18 12:56:07 +01:00
tagging_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
test_app.py Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
thumbnails_tests.py chore: Migrating reports to AuthWebdriverProxy (#10567) 2020-08-12 13:28:41 -07:00
utils_tests.py fix: revert eTag cache feature for dashboard (#11203) 2020-10-08 12:15:08 -07:00
viz_tests.py feat: add ECharts Pie chart (#10966) 2020-09-22 19:27:40 +03:00