dify/api/tests/unit_tests/controllers/web
Asuka Minato 33fe0dfd60
test: use sqlite3 session in test_human_input_form (#38780)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-16 13:17:50 +00:00
..
__init__.py
conftest.py
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 refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_error.py
test_feature.py
test_files.py
test_human_input_file_upload.py
test_human_input_form.py test: use sqlite3 session in test_human_input_form (#38780) 2026-07-16 13:17:50 +00:00
test_message_endpoints.py
test_message_list.py
test_passport.py test: use sqlite3 session in test_passport (#38763) 2026-07-16 12:59:52 +00:00
test_pydantic_models.py
test_remote_files.py
test_saved_message.py
test_web_forgot_password.py test: move web forgot-password coverage to unit tests (#38943) 2026-07-14 14:09:28 +00:00
test_web_login.py
test_web_passport.py
test_workflow_events.py
test_workflow.py