dify/api/tests/unit_tests/libs
2026-08-07 00:42:55 +00:00
..
_human_input chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify (#38247) 2026-07-03 03:45:21 +00:00
broadcast_channel/redis feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
key_providers feat: support azure keyvault (#39933) 2026-08-07 00:42:13 +00:00
test_api_token_cache.py
test_archive_storage.py refactor: use catalog for workflow archive maintenance (#39001) 2026-07-20 07:59:29 +00:00
test_cron_compatibility.py
test_custom_inputs.py
test_datetime_utils.py test: use sqlite3 session in test_workflow_pause_events (#38688) 2026-07-29 05:49:15 +00:00
test_email_i18n.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
test_email.py
test_encryption.py
test_external_api.py chore: improve lambda plugin runtime error display (#39437) 2026-07-23 06:05:14 +00:00
test_file_utils.py
test_flask_utils.py
test_helper.py fix: reject trailing newlines in alphanumeric() validator (#39666) (#39667) 2026-07-28 05:49:19 +00:00
test_json_in_md_parser.py
test_jwt_imports.py
test_login.py refactor(api): extract workspace list into layered application service (#39822) 2026-08-05 02:36:16 +00:00
test_oauth_base.py feat(oauth): preserve redirect_url through OAuth state for post-login… (#38900) 2026-07-14 08:23:39 +00:00
test_oauth_bearer_layer0_cache.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_oauth_bearer_rate_limit_ordering.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_oauth_bearer_require_scope.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_oauth_bearer.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_oauth_clients.py feat(oauth): preserve redirect_url through OAuth state for post-login… (#38900) 2026-07-14 08:23:39 +00:00
test_orjson.py
test_pagination.py fix(api): PaginatedResult.pages should be 0 for an empty result set (#39229) 2026-07-22 01:11:14 +00:00
test_pandas.py chore: add Type to test (#37191) 2026-06-19 16:44:20 +00:00
test_passport.py
test_password.py fix: correct misleading password length validation message (#37796) 2026-06-23 09:00:16 +00:00
test_pyrefly_diagnostics.py chore(api): surface pyrefly output on type-check failures (#37934) 2026-06-25 13:47:10 +00:00
test_pyrefly_type_coverage.py
test_rate_limit_bearer.py chore: add Type to test (#37191) 2026-06-19 16:44:20 +00:00
test_rate_limiter.py
test_rsa.py
test_schedule_utils_enhanced.py
test_sendgrid_client.py
test_smtp_client.py
test_time_parser.py
test_token_manager.py fix(api): fix invalid token error while changing email (#36412) 2026-05-20 05:51:15 +00:00
test_token.py fix(api): prevent cookies from shadowing admin API keys (#39872) 2026-08-02 02:43:29 +00:00
test_uuid_utils.py
test_workspace_member_helper.py test: use SQLite sessions in libs (#39089) 2026-07-29 05:53:33 +00:00
test_workspace_permission.py chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
test_yarl.py