Python Basics
Testing Scripts with pytest
Fixture design, mocking HTTP calls, and coverage reports. Integrate tests into pre-run checks for scheduled jobs.
410,000 KRW
Request informationFeatures
- pytest fundamentals
- fixtures and parametrization
- mocking requests
- coverage thresholds
- CI-friendly test layout
- Regression test templates
- Test naming conventions
Outcomes
- Cover core paths of a script above 70%
- Catch breaking API changes early
- Explain test failures to non-testers
Hyejin Oh
Student support advisor; former QA engineer.
FAQ
We teach test-after for scripts; strict TDD is optional stretch material.
Reviews
pytest fixtures for our scraper caught a renamed column. Testing Scripts course paid for itself in one incident avoided.
— Nari, Junior developer