dify/api/tests/unit_tests/libs
Xiyuan Chen d2788d7aba
feat(openapi): redesign auth pipeline with per-token-type routing (#36693)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 12:45:30 +00:00
..
_human_input chore(api): upgrade graphon to 0.4.0 (#36124) 2026-05-18 00:34:17 +00:00
broadcast_channel/redis fix: allow config pubsub join timeout for lower post-run latency (#36438) 2026-05-20 08:45:51 +00:00
test_api_token_cache.py fix: redis for api token (#31861) 2026-02-06 16:25:27 +08:00
test_archive_storage.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_cron_compatibility.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
test_custom_inputs.py
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 feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
test_email.py
test_encryption.py
test_external_api.py feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
test_file_utils.py
test_flask_utils.py
test_helper.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_json_in_md_parser.py
test_jwt_imports.py
test_login.py refactor(api): tighten login and wrapper typing (#34447) 2026-04-02 09:36:58 +00:00
test_oauth_base.py feat: initialize user timezone and language from browser (#36170) 2026-05-15 08:12:52 +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: initialize user timezone and language from browser (#36170) 2026-05-15 08:12:52 +00:00
test_orjson.py
test_pandas.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_passport.py fix(security): harden self-hosted SECRET_KEY bootstrap (#36049) 2026-05-12 05:35:24 +00:00
test_password.py
test_pyrefly_diagnostics.py fix(ci): make pyrefly diff comments focus on diagnostics (#32778) 2026-03-02 10:11:23 +08:00
test_pyrefly_type_coverage.py refactor: replace bare dict with dict[str, Any] in models, providers, extensions, libs, and test utilities (#35186) 2026-04-14 17:51:25 +00:00
test_rate_limit_bearer.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_rate_limiter.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_rsa.py chore(deps): bump google-auth from 2.49.0 to 2.49.1 in /api in the google group (#33483) 2026-03-16 13:55:34 +09:00
test_schedule_utils_enhanced.py refactor(api): continue decoupling dify_graph from API concerns (#33580) 2026-03-25 20:32:24 +08:00
test_sendgrid_client.py refactor: replace bare dict with dict[str, Any] in models, providers, extensions, libs, and test utilities (#35186) 2026-04-14 17:51:25 +00:00
test_smtp_client.py refactor: replace bare dict with dict[str, Any] in models, providers, extensions, libs, and test utilities (#35186) 2026-04-14 17:51:25 +00:00
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 chore: Remove pyright in favor of pyrefly (#36154) 2026-05-14 05:49:08 +00:00
test_uuid_utils.py
test_workspace_member_helper.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_workspace_permission.py chore: backend feature api exclude_vector_space (#36642) 2026-05-26 08:50:54 +00:00
test_yarl.py