Python: Improve Azure AI Search package test coverage (#4019)

* Improve Azure AI Search package test coverage

* Fix pipeline error
This commit is contained in:
Tao Chen
2026-02-17 15:19:58 -08:00
committed by GitHub
Unverified
parent b51d8054e5
commit df58775d64
2 changed files with 1006 additions and 17 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ ENFORCED_MODULES: set[str] = {
"packages.core.agent_framework._workflows",
"packages.purview.agent_framework_purview",
"packages.anthropic.agent_framework_anthropic",
# Add more modules here as coverage improves:
# "packages.azure-ai-search.agent_framework_azure_ai_search",
"packages.azure-ai-search.agent_framework_azure_ai_search",
# Add more modules here as coverage improves
}