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).