summaryrefslogtreecommitdiff
path: root/tests/test_farm.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-14 20:52:56 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-14 20:52:56 -0500
commit54ce0a8b8f7ddd7a7fb2fc2417c51f6490ce7ac9 (patch)
tree3c2583ab9efe07ed99b0f3c63108c993f6f952c4 /tests/test_farm.py
parent55c48a3e041183e867a46fca51cbd6b1a5140223 (diff)
downloadpython-coveragepy-git-54ce0a8b8f7ddd7a7fb2fc2417c51f6490ce7ac9.tar.gz
Forgot a bunch of jython coverage pragmas
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r--tests/test_farm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py
index 4a80be47..f9b79a23 100644
--- a/tests/test_farm.py
+++ b/tests/test_farm.py
@@ -31,7 +31,7 @@ TEST_FILES = glob.glob("tests/farm/*/*.py")
def test_farm(filename):
if env.JYTHON:
# All of the farm tests use reporting, so skip them all.
- skip("Farm tests don't run on Jython")
+ skip("Farm tests don't run on Jython") # pragma: only jython
FarmTestCase(filename).run_fully()