pytest_asyncio

Installation
SKILL.md

pytest_asyncio

pytest es el framework de testing principal del sistema KYC. pytest-asyncio añade soporte para tests de funciones async def, indispensable dado que todos los agentes son async. pytest-cov mide la cobertura de tests.

When to use

Usar para todos los tests: unitarios, de integración y de regresión. Ningún código nuevo debe llegar a main sin tests que cubran el happy path y los edge cases críticos.

Instructions

Installs
5
GitHub Stars
1
First Seen
Mar 6, 2026
pytest_asyncio — davidcastagnetoa/skills