diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 06:30:04 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 06:30:04 -0500 |
commit | ee0526d8cee7413b857b7260ed1921a530196aa7 (patch) | |
tree | 3201d76852fb048e7a1cf8bb9c4d3aef4e98ebdd /tests/test_oddball.py | |
parent | adb5c8f6247d688ae001801dc300bb0ff8076648 (diff) | |
download | python-coveragepy-git-ee0526d8cee7413b857b7260ed1921a530196aa7.tar.gz |
More-precise no-coverage pragmas
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r-- | tests/test_oddball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index fe841bd5..1cdadf6f 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -506,7 +506,7 @@ class GettraceTest(CoverageTest): ) @pytest.mark.expensive - def test_atexit_gettrace(self): # pragma: not covered + def test_atexit_gettrace(self): # pragma: no metacov # This is not a test of coverage at all, but of our understanding # of this edge-case behavior in various Pythons. if env.METACOV: |