dify/api/tests/unit_tests/controllers/web
2026-08-13 05:18:44 +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: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_audio.py fix(api): bind scoped lookups to nested owner refs (#38470) 2026-07-15 09:31:09 +00:00
test_completion.py test: migrate controller sessions to SQLite (#40083) 2026-08-11 08:29:40 +00:00
test_error.py refactor(chat): modernize speech-to-text pipeline (#38653) 2026-07-13 04:21:29 +00:00
test_feature.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_files.py test: improve unit tests for controllers.web (#32150) 2026-03-09 15:58:34 +08:00
test_human_input_file_upload.py feat(api): introduce select, file and file list form input types to Human Input node (#36322) 2026-06-04 01:54:28 +00:00
test_human_input_form.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
test_message_endpoints.py test: split merged API test modules and remove F811 ignore (#35105) 2026-04-14 03:54:30 +00:00
test_message_list.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
test_passport.py test: use sqlite3 session in test_passport (#38763) 2026-07-16 12:59:52 +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 fix(api): centralize remote file retrieval (#36399) 2026-06-01 09:25:08 +00:00
test_saved_message.py fix(api): stop returning 204 with response body and add CI check (#36489) 2026-05-21 16:20:34 +00:00
test_site.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_web_forgot_password.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_web_login.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_web_passport.py test: use SQLite sessions in web controller fixtures (#39052) 2026-08-03 15:41:56 +00:00
test_workflow_events.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
test_workflow.py test: improve unit tests for controllers.web (#32150) 2026-03-09 15:58:34 +08:00
test_wraps.py test: migrate residual controller ORM identities to real models (#40661) 2026-08-13 05:18:44 +00:00