Glossary coding Term Page Coverage a metric that reports how many lines of your code ran during tests coverage #coding#python Korean version Related Concepts pytestFixtureMocking Core Idea Coverage is a metric that reports how many lines of your code ran during tests. It usually makes the most sense alongside pytest, Fixture, Mocking. Why It Matters Here Mathbong reuses this term across python posts as shared vocabulary. Posts Mentioning This Concept [Python 시리즈 11편] pytest로 테스트 자동화하기 pytest 설치부터 픽스처, 모킹, 커버리지까지 실제 서비스 코드를 검증하는 흐름을 구축한다.[Python Series 11] Automate Testing with Pytest Install pytest, then learn to use fixtures, mocking, and coverage to ensure your code is reliable and prevent bugs.