diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-06 13:10:21 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-07 17:24:44 -0500 |
| commit | 5dbf7010ad9f88019b1b3a7e47aa05278ee00e30 (patch) | |
| tree | 27043e6adb379b6d7ba42d3d64e1cc726568884c /metacov.ini | |
| parent | a9b259732e6cc96afd29c902670a0d4c9177714e (diff) | |
| download | python-coveragepy-git-5dbf7010ad9f88019b1b3a7e47aa05278ee00e30.tar.gz | |
test: more-uniform skipping of test during metacov
Diffstat (limited to 'metacov.ini')
| -rw-r--r-- | metacov.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metacov.ini b/metacov.ini index daabbf82..1ec94fda 100644 --- a/metacov.ini +++ b/metacov.ini @@ -49,6 +49,7 @@ exclude_lines = # Lines that we can't run during metacov. pragma: no metacov + pytest.mark.skipif\(env.METACOV # These lines only happen if tests fail. raise AssertionError |
