Test and Code   /     pytest-cov : The pytest plugin for measuring coverage

Subtitle
Duration
722
Publishing date
2025-01-23 13:06
Link
https://testandcode.com/episodes/pytest-cov
Contributors
  Brian Okken
author  
Enclosures
https://media.transistor.fm/5c6fd19f/d2a013fa.mp3
audio/mpeg

Shownotes

pytest-cov is a pytest plugin that helps produce coverage reports using Coverage.py.

In this episode, we'll discuss:

  • what Coverage.py is
  • why you should measure code coverage on both your source and test code
  • what pytest-cov is
  • extra features pytest-cov gives you over and above coverage.py
  • and generally why using both is awesome

Links:


 Learn pytest