integration test

This commit is contained in:
AAfghahi
2022-11-15 17:42:30 -05:00
parent 80a306eaad
commit e682bae27f
4 changed files with 42 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ def app() -> Iterator[SupersetApp]:
app.config.from_object("superset.config")
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite://"
app.config["WTF_CSRF_ENABLED"] = False
app.config["TESTING"] = True
# ``superset.extensions.appbuilder`` is a singleton, and won't rebuild the