dify/api/tests/unit_tests/controllers/console
2026-04-13 12:26:13 +00:00
..
app refactor: migrate mcp_server from marshal_with/api.model to Pydantic BaseModel (#34935) 2026-04-13 05:13:53 +00:00
auth refactor(auth): standardize failed login audit logging (#35054) 2026-04-13 12:26:13 +00:00
billing
datasets refactor: migrate apikey from marshal_with/api.model to Pydantic BaseModel (#34932) 2026-04-13 05:18:42 +00:00
explore test: migrate explore conversation controller tests to testcontainers (#34312) 2026-03-31 05:00:22 +00:00
tag refactor: use EnumText for Conversation/Message invoke_from and from_source (#33901) 2026-03-23 16:03:35 +09:00
workspace test: migrate tool provider controller tests to testcontainers (#34293) 2026-03-31 00:28:04 +00:00
__init__.py
test_admin.py
test_document_detail_api_data_source_info.py chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
test_extension.py
test_fastopenapi_ping.py
test_fastopenapi_setup.py
test_fastopenapi_version.py
test_feature.py
test_files_security.py
test_files.py
test_human_input_form.py
test_init_validate.py
test_remote_files.py
test_spec.py
test_version.py
test_workspace_account.py fix: fix orm_exc.DetachedInstanceError (#34904) 2026-04-10 07:13:59 +00:00
test_workspace_members.py refactor(api): tighten login and wrapper typing (#34447) 2026-04-02 09:36:58 +00:00
test_wraps.py