summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-09 10:55:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-09 10:55:46 -0500
commitc241ca7e844eafc5f06bdac8852c8b026cfa0c83 (patch)
treef9e0c65d7f0c41ddb2bba46bd4ebc9aaffbd07b0 /tests/test_misc.py
parent3f5d571b0146531ceae5c57ed15fafaca3202be7 (diff)
downloadpython-coveragepy-git-c241ca7e844eafc5f06bdac8852c8b026cfa0c83.tar.gz
Remove (most) tearDown functions in favor of addCleanup
Diffstat (limited to 'tests/test_misc.py')
-rw-r--r--tests/test_misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_misc.py b/tests/test_misc.py
index d9b0c4e6..152207b5 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -75,7 +75,7 @@ class SetupPyTest(CoverageTest):
def test_more_metadata(self):
# Let's be sure we pick up our own setup.py
- # CoverageTest.tearDown restores the original sys.path.
+ # CoverageTest restores the original sys.path for us.
sys.path.insert(0, '')
from setup import setup_args