diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-01 15:29:25 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-01 15:29:25 -0500 |
| commit | b5d55bd78b613b8386e18c0c4e03782277666325 (patch) | |
| tree | 729803569d08d956a15ad720c5839bb0e95fc1e9 /test/coveragetest.py | |
| parent | 2c84a1f03c89d1adfdf6238f03de1cb9d3c61dc2 (diff) | |
| download | python-coveragepy-git-b5d55bd78b613b8386e18c0c4e03782277666325.tar.gz | |
Switch to our own prama syntax, so the tests can use the std without getting mixed up.
Diffstat (limited to 'test/coveragetest.py')
| -rw-r--r-- | test/coveragetest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/coveragetest.py b/test/coveragetest.py index 39ec4f56..7f4ef42c 100644 --- a/test/coveragetest.py +++ b/test/coveragetest.py @@ -222,10 +222,10 @@ class CoverageTest(TestCase): """ cov.start() - try: # pragma: recursive coverage + try: # pragma: not covered # Import the python file, executing it. mod = self.import_local_file(modname) - finally: # pragma: recursive coverage + finally: # pragma: not covered # Stop Coverage. cov.stop() return mod |
