Web Development · Online · 5 weeks
Test Automation with pytest
₩820,000
Build reliable test suites with fixtures, factories, and CI gates. Covers mocking boundaries, contract tests, and flake reduction techniques mentors use in production.
Modules & labs
- pytest fixtures and parametrization
- Factory patterns for test data
- HTTP API testing with httpx
- Coverage gates in CI
- Flake detection strategies
- Property-based testing intro
Outcomes
- Achieve 80%+ meaningful coverage on a sample service
- Integrate tests into a sample GitHub Actions workflow
- Document testing pyramid decisions
Nari Song
QA-minded engineer mentoring on sustainable test suites.
FAQ
Focus is backend/API; Playwright appendix is optional reading.
Participant notes
Factory pattern for test data stopped our suite from touching prod-like PII — small win, big relief.