diff options
Diffstat (limited to 'tests/test_misc.py')
-rw-r--r-- | tests/test_misc.py | 2 |
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 |