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 fd78a6d commit b12f189Copy full SHA for b12f189
coverage/backward.py
@@ -78,7 +78,7 @@
78
79
try:
80
import reprlib
81
-except ImportError: # pragma: part covered
+except ImportError: # pragma: not covered
82
# We need this on Python 2, but in testing environments, a backport is
83
# installed, so this import isn't used.
84
import repr as reprlib
metacov.ini
@@ -50,6 +50,7 @@ exclude_lines =
50
# Lines that we can't run during metacov.
51
pragma: no metacov
52
pytest.mark.skipif\(env.METACOV
53
+ if not env.METACOV:
54
55
# These lines only happen if tests fail.
56
raise AssertionError
@@ -74,7 +75,6 @@ partial_branches =
74
75
pragma: if failure
76
pragma: part started
77
if env.TESTING:
- if not env.METACOV
if .* env.JYTHON
if .* env.IRONPYTHON
0 commit comments