summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_farm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_farm.py b/test/test_farm.py
index 859ba416..dcebbac5 100644
--- a/test/test_farm.py
+++ b/test/test_farm.py
@@ -80,7 +80,7 @@ class FarmTestCase(object):
finally:
self.cd(cwd)
- def run_fully(self):
+ def run_fully(self): # pragma: no cover
"""Run as a full test case, with setUp and tearDown."""
self.setUp()
try:
@@ -292,7 +292,7 @@ class FarmTestCase(object):
if os.path.exists(cleandir):
shutil.rmtree(cleandir)
-def main():
+def main(): # pragma: no cover
"""Command-line access to test_farm.
Commands: