pytest-testing
Build comprehensive test suites for FastAPI applications using pytest and pytest-asyncio. This skill should be used when users want to write unit tests, integration tests, or end-to-end tests for FastAPI endpoints, async functions, database operations, and business logic. Covers test organization, fixtures, mocking, async testing, and CI/CD integration. Always fetches latest pytest and pytest-asyncio documentation before implementation.
Installation and usage
Build comprehensive test suites for FastAPI applications using pytest and pytest-asyncio. This skill should be used when users want to write unit tests, integration tests, or end-to-end tests for FastAPI endpoints, async functions, database operations, and business logic. Covers test organization, fixtures, mocking, async testing, and CI/CD integration. Always fetches latest pytest and pytest-asyncio documentation before implementation.
Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:
skills use pytest-testing