dify/api/tests/unit_tests/libs
Stephen Zhou fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/deploy-dev.yml
#	api/app_factory.py
#	api/core/indexing_runner.py
#	api/services/feature_service.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/core/tools/test_base_tool.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	api/tests/unit_tests/services/test_feature_service_deployment_edition.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
..
_human_input
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
test_oauth_bearer_layer0_cache.py
test_oauth_bearer_rate_limit_ordering.py
test_oauth_bearer_require_scope.py
test_oauth_bearer.py
test_oauth_clients.py
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
test_passport.py
test_password.py
test_pyrefly_diagnostics.py
test_pyrefly_type_coverage.py
test_rate_limit_bearer.py
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
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
test_yarl.py