langchain-ai/langchain-google

Improvements: Integration tests should be async

Aperta

#960 aperta il 2 giu 2025

 (6 commenti) (1 reazione) (0 assegnatari)Python (461 fork)auto 404
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).

Guida contributor