You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, unit tests should run in parallel as the bulk of the unit tests is concerned with IO bound API requests and these can be trivially parallelized.
As a developer, unit tests should run in parallel as the bulk of the unit tests is concerned with IO bound API requests and these can be trivially parallelized.
Planning on using https://pypi.org/project/pytest-xdist/.
This is just a reminder to pick it up after #131 lands.
The text was updated successfully, but these errors were encountered: