langchain-ai/langchain-google

Improvements: Integration tests should be async

开放

#960 创建于 2025年6月2日

 (6 条评论) (1 个反应) (0 位负责人)Python (461 个派生)auto 404
enhancementgenaigood first issuehelp wantedvertexai

仓库指标

星标
 (392 个星标)
PR 合并指标
 (平均合并 2天 14小时) (30 天内合并 25 个 PR)

描述

The integration tests currently take a very long time to execute. However they are all I/O bound i.e. calling APIs and waiting for responses. This is very inefficient when running tests in series.

We should expect to see significant speed ups by making the integration tests async and using the x-dist plug-in for pytest (link).

贡献者指南