Topic
Speeding up builds with Asynchronous Tests
By: Meygha Machado
Date: Oct. 14, 2021, 6 p.m.
Automated tests are a great way to iterate fast and ensure features didn't break. This talk discusses how to speed up your builds and dev cycle even more by running tests asynchronously using a pytest plugin called asyncio-cooperative.