diff options
Diffstat (limited to 'test/coveragetest.py')
-rw-r--r-- | test/coveragetest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/coveragetest.py b/test/coveragetest.py index 07053ee5..9b85b034 100644 --- a/test/coveragetest.py +++ b/test/coveragetest.py @@ -60,7 +60,7 @@ class CoverageTest(TestCase): self.captured_stderr = StringIO() sys.stderr = self.captured_stderr - # Record sys.modules here so we can remove imported modules in tearDown. + # Record sys.modules here so we can restore it in tearDown. self.old_modules = dict(sys.modules) def tearDown(self): |