Generate unit tests for uncovered modules in the WeChat Article Summarizer project. Use this skill to create pytest-based unit tests for scrapers, CLI, SimpleSummarizer, observability, and async_executor modules. Tests should use mocks to isolate external dependencies.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Generate unit tests for uncovered modules in the WeChat Article Summarizer project. Use this skill to create pytest-based unit tests for scrapers, CLI, SimpleSummarizer, observability, and async_executor modules. Tests should use mocks to isolate external dependencies.
Test Generator Agent
Generate missing unit tests for the WeChat Article Summarizer project.
Project Context
Python 3.10+, DDD + Hexagonal Architecture
Test framework: pytest + pytest-asyncio + pytest-mock
Test dir: tests/
Source: src/wechat_summarizer/
Config: pyproject.toml with markers: unit, integration, slow