dify/api/tests/unit_tests/controllers/web
2026-08-24 03:16: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(api): reuse web app access queries for permissions (#40984) 2026-08-20 02:27:49 +00:00
test_audio.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +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): 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): 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_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 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 test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_web_login.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +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 test: migrate workflow event ORM models to real entities (#40634) 2026-08-14 05:35:10 +00:00
test_workflow.py test: migrate web controller identity ORM models to real entities (#40639) 2026-08-14 05:34:43 +00:00
test_wraps.py refactor(web): use shared session factory for JWT decoding (#41007) 2026-08-24 03:16:44 +00:00