Skip to content

Improvements: Integration tests should be asyncΒ #960

@Arun-Niranjan

Description

@Arun-Niranjan

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions