We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd25c8 commit af94151Copy full SHA for af94151
doc-source/syntax.rst
@@ -41,3 +41,7 @@ These can also be combined with the Python version:
41
.. code-block:: python
42
43
# pragma: no cover (<=py36 !Windows !CPython)
44
+
45
+This will ignore coverage (or lack thereof) for the branch if all three conditions are satisfied
46
+(Python 3.6 or earlier AND not Windows AND not CPython).
47
+It is not currently possible to ignore a branch if EITHER condition is true.
0 commit comments