PyTest
Esta página todavía no se ha traducido — se muestra en su idioma original:English
Basic
Code should have a set of automated tests that allow you to design new code and modify existing code while verifying that everything continues to work correctly.
Asyncio
pytest-asyncio simplifies handling event loops, managing async fixtures, and bridges the gap between async programming and thorough testing.