dify/api/tests/unit_tests/libs
Novice 94b01f6821
Merge commit '92bde350' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/controllers/console/app/workflow_draft_variable.py
#	api/core/agent/cot_agent_runner.py
#	api/core/agent/cot_chat_agent_runner.py
#	api/core/agent/cot_completion_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/app/apps/agent_chat/app_runner.py
#	api/core/app/apps/workflow/app_generator.py
#	api/core/app/apps/workflow/app_runner.py
#	api/core/app/entities/app_invoke_entities.py
#	api/core/app/entities/queue_entities.py
#	api/core/llm_generator/output_parser/structured_output.py
#	api/core/workflow/workflow_entry.py
#	api/dify_graph/context/__init__.py
#	api/dify_graph/entities/tool_entities.py
#	api/dify_graph/file/file_manager.py
#	api/dify_graph/graph_engine/response_coordinator/coordinator.py
#	api/dify_graph/graph_events/node.py
#	api/dify_graph/node_events/node.py
#	api/dify_graph/nodes/agent/agent_node.py
#	api/dify_graph/nodes/llm/entities.py
#	api/dify_graph/nodes/llm/llm_utils.py
#	api/dify_graph/nodes/llm/node.py
#	api/dify_graph/nodes/question_classifier/question_classifier_node.py
#	api/dify_graph/runtime/graph_runtime_state.py
#	api/dify_graph/variables/segments.py
#	api/factories/variable_factory.py
#	api/services/variable_truncator.py
#	api/tests/unit_tests/utils/structured_output_parser/test_structured_output_parser.py
#	api/uv.lock
#	web/app/components/app-sidebar/app-info.tsx
#	web/app/components/app-sidebar/app-sidebar-dropdown.tsx
#	web/app/components/app/create-app-modal/index.spec.tsx
#	web/app/components/apps/__tests__/list.spec.tsx
#	web/app/components/apps/app-card.tsx
#	web/app/components/apps/list.tsx
#	web/app/components/header/account-dropdown/compliance.tsx
#	web/app/components/header/account-dropdown/index.tsx
#	web/app/components/header/account-dropdown/support.tsx
#	web/app/components/workflow-app/components/workflow-onboarding-modal/index.tsx
#	web/app/components/workflow/panel/debug-and-preview/hooks.ts
#	web/contract/console/apps.ts
#	web/contract/router.ts
#	web/eslint-suppressions.json
#	web/next.config.ts
#	web/pnpm-lock.yaml
2026-03-23 09:39:49 +08:00
..
_human_input refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
broadcast_channel/redis feat: support redis xstream (#32586) 2026-03-04 13:18:55 +08:00
test_api_token_cache.py fix: redis for api token (#31861) 2026-02-06 16:25:27 +08:00
test_archive_storage.py feat: archive workflow run logs backend (#31310) 2026-01-23 13:11:56 +08:00
test_attr_map.py feat(sandbox): enhance sandbox management and tool artifact handling 2026-01-22 17:26:09 +08:00
test_cron_compatibility.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
test_custom_inputs.py Feat/add status filter to workflow runs (#26850) 2025-10-18 12:15:29 +08:00
test_datetime_utils.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_email_i18n.py test: imporve (#25461) 2025-09-10 11:36:22 +08:00
test_email.py chore: apply flake8-pytest-style linter rules (#8307) 2024-09-12 18:09:16 +08:00
test_encryption.py fix: Login secret text transmission (#29659) 2025-12-16 16:55:51 +08:00
test_external_api.py feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
test_file_utils.py Add lib test (#25410) 2025-09-09 17:11:49 +08:00
test_flask_utils.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
test_helper.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_json_in_md_parser.py Fix json in md when use quesion classifier node (#26992) 2025-10-18 11:58:40 +08:00
test_jwt_imports.py chore: bump supabase and pyjwt versions and added tests (#24681) 2025-08-28 13:45:56 +08:00
test_login.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_oauth_base.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
test_oauth_clients.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_orjson.py Add lib test (#25410) 2025-09-09 17:11:49 +08:00
test_pandas.py chore(api/tests): apply ruff reformat #7590 (#7591) 2024-08-23 23:52:25 +08:00
test_passport.py test: add comprehensive unit tests for PassportService with exception handling optimization (#22268) 2025-07-12 19:56:20 +08:00
test_password.py test: add unit tests for password validation and hashing (#22003) 2025-07-08 10:00:00 +08:00
test_pyrefly_diagnostics.py fix(ci): make pyrefly diff comments focus on diagnostics (#32778) 2026-03-02 10:11:23 +08:00
test_rate_limiter.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_rsa.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
test_schedule_utils_enhanced.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
test_sendgrid_client.py test: imporve (#25461) 2025-09-10 11:36:22 +08:00
test_smtp_client.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_time_parser.py Feat/add status filter to workflow runs (#26850) 2025-10-18 12:15:29 +08:00
test_token.py Enabled cross-subdomain console sessions by making the cookie domain configurable and aligning the frontend so it reads the shared CSRF cookie. (#27190) 2025-10-28 10:04:24 +08:00
test_uuid_utils.py Typing test (#24651) 2025-08-28 09:36:39 +08:00
test_workspace_permission.py feat: implement workspace permission checks for member invitations an… (#31202) 2026-01-18 19:35:50 -08:00
test_yarl.py fix: return absolute path as the icon url if CONSOLE_API_URL is empty (#15279) 2025-03-10 13:15:06 +08:00