langchain-ai/langchain-google
Improvements: Integration tests should be async
Aperta
#960 aperta il 2 giu 2025
enhancementgenaigood first issuehelp wantedvertexai
Metriche repository
- Star
- (392 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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).