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.
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use pytest-testing