From ca84485d161434a1eb277f481c15d1fe6e65cc99 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(-) (limited to 'test') 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: -- cgit v1.2.1