<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cases (Posts about coverage)</title><link>https://fizyk.dev/</link><description></description><atom:link href="https://fizyk.dev/tags/coverage.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Sun, 21 Jun 2026 16:36:43 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Measuring test coverage of py.test plugins</title><link>https://fizyk.dev/blog/measuring-test-coverage-of-pytest-plugins/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;Measuring your code's test coverage is important, though not definitive metric
to tell that Your code is well tested. But to measure coverage properly, tests
have to be properly initialized as well. And today I asked myself a question,
how do I measure properly test coverage of &lt;a class="reference external" href="http://pytest.org/"&gt;py.test&lt;/a&gt;
plugins?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/measuring-test-coverage-of-pytest-plugins/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>coverage</category><category>pytest</category><category>python</category><guid>https://fizyk.dev/blog/measuring-test-coverage-of-pytest-plugins/</guid><pubDate>Sun, 16 Nov 2014 15:54:42 GMT</pubDate></item><item><title>Gathering tests coverage for subprocesses in python</title><link>https://fizyk.dev/blog/gathering-tests-coverage-for-subprocesses-in-python/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;Recently at work I've stumbled across quite a problem, how do You check your code coverage, especially in integration tests, when portions of your code are running as subprocesses?&lt;/p&gt;
&lt;p&gt;tl;dr: Be gentle.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/gathering-tests-coverage-for-subprocesses-in-python/"&gt;Read more…&lt;/a&gt; (3 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>coverage</category><category>pytest</category><category>python</category><category>testing</category><guid>https://fizyk.dev/blog/gathering-tests-coverage-for-subprocesses-in-python/</guid><pubDate>Sun, 27 Oct 2013 19:22:05 GMT</pubDate></item></channel></rss>