superset/tests/integration_tests
John Bodley f9f70e3e55
chore(tests): Fix MySQL logic (#29356)
2024-06-25 10:20:04 -07:00
..
advanced_data_type refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
annotation_layers refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
async_events refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
available_domains refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
cachekeys chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
charts chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
css_templates refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
dashboards feat: Dashboard tabs api endpoint (#27962) 2024-06-20 18:40:54 +02:00
databases refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
datasets chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
datasource chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
db_engine_specs feat(trino): Add functionality to upload data (#29164) 2024-06-13 08:55:09 -07:00
embedded chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
explore refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
extensions fix(metastore-cache): prune before add (#29301) 2024-06-20 14:59:32 +03:00
fixtures fix: use channel id with new slack api for file uploads (#28797) 2024-06-04 15:18:29 -07:00
importexport perf(export): export generates unnecessary files content (#26765) 2024-02-21 16:28:38 -07:00
key_value fix(key-value): use flush instead of commit (#29286) 2024-06-20 16:19:41 +03:00
migrations refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
queries refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
reports chore(tests): Fix MySQL logic (#29356) 2024-06-25 10:20:04 -07:00
security refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
sql_lab refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
tags refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
tasks chore: enable ruff's isort equivalent (#28267) 2024-04-30 18:29:49 -07:00
users refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
utils fix: Workaround for Pandas.DataFrame.to_csv bug (#28755) 2024-06-13 08:54:54 -07:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py chore: `s/MockFixture/MockerFixture/g` (#29160) 2024-06-10 12:35:07 -04:00
base_api_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
base_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
cache_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
celery_tests.py chore(tests): Fix MySQL logic (#29356) 2024-06-25 10:20:04 -07:00
cli_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
commands_test.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
conftest.py fix: don't strip SQL comments in Explore - 2nd try (#28753) 2024-06-20 14:30:03 -07:00
constants.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
core_tests.py fix: don't strip SQL comments in Explore - 2nd try (#28753) 2024-06-20 14:30:03 -07:00
dashboard_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
dashboard_utils.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
datasource_tests.py fix: don't strip SQL comments in Explore - 2nd try (#28753) 2024-06-20 14:30:03 -07:00
dict_import_export_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
dynamic_plugins_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
email_tests.py feat(reports): allowing the email mutator to update recipients (#27851) 2024-05-28 18:03:42 -07:00
event_logger_tests.py feat: unpack payload into log function (#28521) 2024-05-23 10:40:15 -07:00
form_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
import_export_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
insert_chart_mixin.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
log_api_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
log_model_view_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
logging_configurator_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
model_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
query_context_tests.py fix: don't strip SQL comments in Explore - 2nd try (#28753) 2024-06-20 14:30:03 -07:00
result_set_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
security_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
sql_validator_tests.py feat(SIP-95): new endpoint for table metadata (#28122) 2024-04-25 12:23:49 -04:00
sqla_models_tests.py fix: don't strip SQL comments in Explore - 2nd try (#28753) 2024-06-20 14:30:03 -07:00
sqllab_tests.py fix(tests): Ensure fixture is invoked (#29352) 2024-06-25 10:17:58 -07:00
stats_logger_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
strategy_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
superset_test_config.py fix(Dashboard): Color inconsistency on refreshes and conflicts (#27439) 2024-06-20 15:30:11 +02:00
superset_test_config_sqllab_backend_persist_off.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
superset_test_config_thumbnails.py chore: Set isolation level to READ COMMITTED for testing et al. (#28628) 2024-06-13 09:36:25 -07:00
superset_test_custom_template_processors.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
tagging_tests.py chore: enable ruff's isort equivalent (#28267) 2024-04-30 18:29:49 -07:00
test_app.py fix: all_database_access should enable access to all datasets/charts/dashboards (#28205) 2024-05-02 09:25:14 -07:00
test_jinja_context.py chore: `s/MockFixture/MockerFixture/g` (#29160) 2024-06-10 12:35:07 -04:00
thumbnails_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
utils_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
viz_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00