superset/tests/integration_tests
AAfghahi 3a249a0090
feat: add show columns to Reports model (#15712)
* added logic for creation_method

* revisions

* added index

* Update superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py

* filters

* search columns updated
2021-07-19 11:47:33 -07:00
..
annotation_layers refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
async_events refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
cachekeys refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
charts refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
css_templates refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dashboards chore: add changed_on_delta_humanized field on dashboard schema (#15542) 2021-07-07 14:59:49 -07:00
databases feat: cancel db query on stop (#15403) 2021-07-13 12:09:22 -04:00
datasets refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
db_engine_specs Revert "quote column name if db requires (#15465)" (#15752) 2021-07-19 10:31:05 -07:00
fixtures refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
importexport refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
migrations refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
queries refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
reports feat: add show columns to Reports model (#15712) 2021-07-19 11:47:33 -07:00
security refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
tasks refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
utils refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
alerts_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
base_api_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
base_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
cache_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
celery_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
cli_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
commands_test.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03: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 Revert "quote column name if db requires (#15465)" (#15752) 2021-07-19 10:31:05 -07:00
csv_upload_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dashboard_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dashboard_utils.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dataframe_test.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
datasource_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
dict_import_export_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_func_tests.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
feature_flag_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 refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
insert_chart_mixin.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
jinja_context_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
log_api_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03: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 refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
pandas_postprocessing_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
query_context_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03: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 refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
sql_parse_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
sql_validator_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
sqla_models_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
sqla_views_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
sqllab_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +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_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_config.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 chore(python-testing): move memoized tests to unit tests (#15507) 2021-07-12 10:00:18 +03:00
viz_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00