Planet Python RSS
217 subscribers
16.6K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Hugo van Kemenade: Run coverage on tests

Link: https://hugovk.dev/blog/2025/run-coverage-on-tests/

I recommend
running
coverage
on your tests.
Here’s a couple of reasons why, from the past couple of months.
Example one #When writing tests, it’s common to copy and paste test functions, but sometimes