pytest-backend-testing이란?
FastAPI 백엔드에 대한 종합적인 pytest 테스트 가이드입니다. TestClient를 사용한 단위 테스트, 통합 테스트, 비동기 패턴, 모의, 고정 장치, 적용 범위 및 FastAPI 관련 테스트를 다룹니다. 백엔드 서비스, 저장소 또는 API 경로에 대한 테스트 코드를 작성하거나 업데이트할 때 사용합니다. 출처: chacha95/advanced-harness.
FastAPI 백엔드에 대한 종합적인 pytest 테스트 가이드입니다. TestClient를 사용한 단위 테스트, 통합 테스트, 비동기 패턴, 모의, 고정 장치, 적용 범위 및 FastAPI 관련 테스트를 다룹니다. 백엔드 서비스, 저장소 또는 API 경로에 대한 테스트 코드를 작성하거나 업데이트할 때 사용합니다.
명령줄에서 pytest-backend-testing AI 스킬을 개발 환경에 빠르게 설치
출처: chacha95/advanced-harness.
Complete guide for writing comprehensive tests for FastAPI backend applications using pytest, pytest-asyncio, and FastAPI TestClient. Emphasizes async testing, proper mocking, layered testing (repository → service → router), and achieving high test coverage.
| Understand test structure | testing-architecture.md | | Write unit tests | unit-testing.md | | Write integration tests | integration-testing.md | | Test async code | async-testing.md | | Use mocks and fixtures | mocking-fixtures.md | | Improve coverage | coverage-best-practices.md | | Test FastAPI routes | fastapi-testing.md |
Skill Status: Modular structure with progressive loading for optimal context management
FastAPI 백엔드에 대한 종합적인 pytest 테스트 가이드입니다. TestClient를 사용한 단위 테스트, 통합 테스트, 비동기 패턴, 모의, 고정 장치, 적용 범위 및 FastAPI 관련 테스트를 다룹니다. 백엔드 서비스, 저장소 또는 API 경로에 대한 테스트 코드를 작성하거나 업데이트할 때 사용합니다. 출처: chacha95/advanced-harness.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/chacha95/advanced-harness --skill pytest-backend-testingFastAPI 백엔드에 대한 종합적인 pytest 테스트 가이드입니다. TestClient를 사용한 단위 테스트, 통합 테스트, 비동기 패턴, 모의, 고정 장치, 적용 범위 및 FastAPI 관련 테스트를 다룹니다. 백엔드 서비스, 저장소 또는 API 경로에 대한 테스트 코드를 작성하거나 업데이트할 때 사용합니다. 출처: chacha95/advanced-harness.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/chacha95/advanced-harness --skill pytest-backend-testing 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/chacha95/advanced-harness