Friday, March 12, 2021

Test and Code: 148: Coverage.py and testing packages

How do you test installed packages using coverage.py?

Also, a couple followups from last week's episode on using coverage for single file applications.

Sponsored By:

Support Test & Code : Python Testing

Links:

<p>How do you test installed packages using coverage.py? </p> <p>Also, a couple followups from last week&#39;s episode on using coverage for single file applications. </p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/3rMDLio" rel="nofollow">Linode</a>: <a href="https://ift.tt/3rMDLio" rel="nofollow">If it runs on Linux, it runs on Linode. Get started on Linode today with $100 in free credit for listeners of Test & Code.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing</a></p><p>Links:</p><ul><li><a href="https://ift.tt/3bjyTvz" title="episode 147: Testing Single File Python Applications/Scripts with pytest and coverage" rel="nofollow">episode 147: Testing Single File Python Applications/Scripts with pytest and coverage</a></li><li><a href="https://ift.tt/2ON3l8A" title="Specifying source files — Coverage.py documentation" rel="nofollow">Specifying source files — Coverage.py documentation</a></li><li><a href="https://ift.tt/1jxkQVY" title="Testing & Packaging - Hynek" rel="nofollow">Testing & Packaging - Hynek</a></li><li><a href="https://beyondgrep.com/" title="ack" rel="nofollow">ack</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...