qa-pytest-writer
Installation
SKILL.md
QA Pytest Writer
Purpose
Write pytest unit and integration tests from test case specifications. Transform structured test cases (from qa-testcase-from-docs, qa-manual-test-designer, or specs) into executable pytest code with fixtures, parametrization, markers, and conftest patterns.
Trigger Phrases
- "Write pytest tests for [module/function]"
- "Generate pytest unit tests from test cases"
- "Create pytest integration tests"
- "Add pytest tests with fixtures for [feature]"
- "Pytest parametrized tests for [function]"
- "Pytest tests with conftest fixtures"
- "Pytest async tests for [API handler]"
- "Pytest tests with mocking (monkeypatch/patch)"