Thanks to visit codestin.com Credit goes to github.com
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 14aa785 commit 99da291Copy full SHA for 99da291
1 file changed
metacov.ini
@@ -75,6 +75,9 @@ exclude_lines =
75
# Lines that will never be called, but satisfy the type checker
76
pragma: never called
77
78
+ # Tests that are skipped
79
+ @pytest.mark.skip\(
80
+
81
# Exclude an entire file.
82
\A(?s:.*# pragma: exclude file from coverage.*)\Z
83
0 commit comments