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
commit29e89f42905d3867932261ccf2b2ac040784b94e (patch)
treed4128b194594d990ae50c5211908eaa8985b3c37 /tests/test_misc.py
parentfcb86086705f885480e89f9b28b0dc6ee58d6657 (diff)
downloadpython-coveragepy-29e89f42905d3867932261ccf2b2ac040784b94e.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 d9b0c4e..152207b 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