diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-30 21:47:16 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-30 21:47:16 -0500 |
| commit | 57ccd6ba28d404e5130c78745b56705c4992ceae (patch) | |
| tree | 8d4e6a14fda6f920a0f0e7785453d8d272195a24 /test | |
| parent | c6fa6ceb98cecc4b2b3ce09225f60f733910f2b2 (diff) | |
| download | python-coveragepy-57ccd6ba28d404e5130c78745b56705c4992ceae.tar.gz | |
Mark some more code as not covered by tests.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_farm.py | 4 |
1 files 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: |
