diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-07 07:05:25 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-07 07:05:25 -0500 |
commit | 270c7425f42d309c5e745e8f6d9ac85284cf43f8 (patch) | |
tree | 7ba8fe54e8e4f0602f63bd214a0663faccc4b25c /tests/test_phystokens.py | |
parent | e7469411838a9877bbf8176566224b7756c9546d (diff) | |
download | python-coveragepy-git-270c7425f42d309c5e745e8f6d9ac85284cf43f8.tar.gz |
Fix some coverage pragmas
Diffstat (limited to 'tests/test_phystokens.py')
-rw-r--r-- | tests/test_phystokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_phystokens.py b/tests/test_phystokens.py index d43b630f..5a2c055f 100644 --- a/tests/test_phystokens.py +++ b/tests/test_phystokens.py @@ -128,7 +128,7 @@ class SourceEncodingTest(CoverageTest): ) def test_detect_source_encoding_not_in_comment(self): - if env.PYPY and env.PY3: # pramga: no metacov + if env.PYPY and env.PY3: # pragma: no metacov # PyPy3 gets this case wrong. Not sure what I can do about it, # so skip the test. self.skipTest("PyPy3 is wrong about non-comment encoding. Skip it.") |