dify/api/tests/unit_tests/controllers/web
Byron.wang c4ea406586
refactor(api): decouple system features and web adapters (#40772)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-09-01 11:50:52 +00:00
..
__init__.py test: improve unit tests for controllers.web (#32150) 2026-03-09 15:58:34 +08:00
conftest.py test: use SQLite sessions in web controller fixtures (#39052) 2026-08-03 15:41:56 +00:00
test_app.py refactor(api): reuse web app access queries for permissions (#40984) 2026-08-20 02:27:49 +00:00
test_audio.py refactor(web): dep-inject payloads with @model_validate (#41501) 2026-08-31 00:50:12 +00:00
test_completion.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_error.py refactor(api): extract web app access queries (#40482) 2026-08-19 10:34:36 +00:00
test_feature.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_files.py test: migrate knowledge file access sessions and ORM models to SQLite (#40596) 2026-08-27 07:19:20 +00:00
test_human_input_file_upload.py test: migrate knowledge file access sessions and ORM models to SQLite (#40596) 2026-08-27 07:19:20 +00:00
test_human_input_form.py refactor(api): extract web app runtime bootstrap (#40949) 2026-08-20 05:05:31 +00:00
test_message_endpoints.py refactor(controllers/web): dep-inject payloads with @model_validate (#40796) 2026-08-15 06:55:06 +00:00
test_message_list.py test: migrate residual controller sessions and ORM models to SQLite (#40606) 2026-08-15 15:15:11 +00:00
test_pydantic_models.py refactor(api): deduplicate TextToAudioPayload and MessageListQuery into controller_schemas.py (#34757) 2026-04-13 05:27:35 +00:00
test_remote_files.py refactor(web): dep-inject payloads with @model_validate (#41501) 2026-08-31 00:50:12 +00:00
test_saved_message.py refactor(controllers/web): dep-inject payloads with @model_validate (#40796) 2026-08-15 06:55:06 +00:00
test_site.py refactor(api): extract web app runtime bootstrap (#40949) 2026-08-20 05:05:31 +00:00
test_web_forgot_password.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_web_login.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_web_passport.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_workflow_events.py test: migrate workflow event ORM models to real entities (#40634) 2026-08-14 05:35:10 +00:00
test_workflow.py fix(workflow): block manual runs for trigger workflows (#41519) 2026-08-31 09:30:52 +00:00
test_wraps.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00