summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-16 08:15:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-16 08:15:25 -0500
commited3827907f5b82ccf6465edddac737a1d9177ba3 (patch)
treec5c86d88cb675fd7ee40d2d6d2ea66fd037d41b3 /tests/test_process.py
parent3c96468c4f4192e4fe002b9b069d1fdd7e96955a (diff)
downloadpython-coveragepy-ed3827907f5b82ccf6465edddac737a1d9177ba3.tar.gz
A cleaner way to exclude Jython concerns from meta-coverage.
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 6ed566e..debd0d7 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -891,7 +891,7 @@ class AliasedCommandTest(CoverageTest):
def setUp(self):
super(AliasedCommandTest, self).setUp()
if env.JYTHON:
- self.skipTest("Coverage command names don't work on Jython") # pragma: only jython
+ self.skipTest("Coverage command names don't work on Jython")
def test_major_version_works(self):
# "coverage2" works on py2
@@ -1095,7 +1095,7 @@ class UnicodeFilePathsTest(CoverageTest):
def setUp(self):
super(UnicodeFilePathsTest, self).setUp()
if env.JYTHON:
- self.skipTest("Jython 2 doesn't like accented file names") # pragma: only jython
+ self.skipTest("Jython 2 doesn't like accented file names")
def test_accented_dot_py(self):
# Make a file with a non-ascii character in the filename.