About
This skill provides comprehensive guidance for architecting and implementing robust asynchronous test suites for Python applications, particularly those built with FastAPI. It offers a library of production-ready patterns, including specialized pytest fixtures, sophisticated database mocking objects like FakeConnection and FakeRecord, and structured testing methodologies for DAO and service layers. Whether you are setting up a new test suite or refactoring complex async logic, this skill ensures your tests are reliable, readable, and properly isolated from external dependencies using industry-standard best practices.