3 Commits
Author SHA1 Message Date
Mark Eaton 275425e630 split pytest skill into beginner and advanced versions
PYTEST.md: focused on the core TDD loop (red-green-refactor), simple
assertions, and basic project setup. Suitable for learning TDD.

PYTEST-ADVANCED.md: adds fixtures, Flask/Quart test patterns,
parametrize, and mocking for when the basics are comfortable.
2026-02-23 16:54:13 -05:00
Mark Eaton 6fd6147bb3 rename PYTEST.md to PYTEST-TDD.md 2026-02-23 16:46:31 -05:00
Mark Eaton a75048290f add comprehensive pytest TDD workflow skill
Guides test-driven development with red-green-refactor cycle,
Flask/Quart test patterns, fixtures, parametrize, mocking,
and a test quality checklist.
2026-02-23 16:45:18 -05:00