From 57ccd6ba28d404e5130c78745b56705c4992ceae Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 30 Nov 2009 21:47:16 -0500 Subject: Mark some more code as not covered by tests. --- test/test_farm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_farm.py b/test/test_farm.py index 859ba41..dcebbac 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: -- cgit v1.2.1