deerflow2/backend/tests
Willem Jiang a2f91c7594
feat(mcp): add OAuth support for HTTP/SSE MCP servers (#908)
add oauth schema to MCP server config (extensions_config.json)
support client_credentials and refresh_token grants
implement token manager with caching and pre-expiry refresh
inject OAuth Authorization header for MCP tool discovery and tool calls
extend MCP gateway config models to read/write OAuth settings
update docs and examples for OAuth configuration
add unit tests for token fetch/cache and header injection
2026-03-01 22:38:58 +08:00
..
conftest.py feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
test_client.py test(backend): add core logic unit tests for task/title/mcp (#936) 2026-03-01 12:36:09 +08:00
test_client_live.py test(backend): add core logic unit tests for task/title/mcp (#936) 2026-03-01 12:36:09 +08:00
test_docker_sandbox_mode_detection.py feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
test_lead_agent_model_resolution.py fix: recover from stale model context when configured models change (#898) 2026-02-26 13:54:29 +08:00
test_mcp_client_config.py test(backend): add core logic unit tests for task/title/mcp (#936) 2026-03-01 12:36:09 +08:00
test_mcp_oauth.py feat(mcp): add OAuth support for HTTP/SSE MCP servers (#908) 2026-03-01 22:38:58 +08:00
test_provisioner_kubeconfig.py feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
test_readability.py fix(backend): Fix readability extraction crash when Node parser fails (#937) 2026-03-01 22:24:02 +08:00
test_subagent_timeout_config.py feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
test_task_tool_core_logic.py test(backend): add core logic unit tests for task/title/mcp (#936) 2026-03-01 12:36:09 +08:00
test_title_generation.py feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
test_title_middleware_core_logic.py test(backend): add core logic unit tests for task/title/mcp (#936) 2026-03-01 12:36:09 +08:00
test_uploads_router.py fix(uploads): persist thread uploads canonically and fail fast on upload errors (#943) 2026-03-01 15:35:30 +08:00