diff options
author | Chris Lumens <clumens@redhat.com> | 2010-06-21 13:57:49 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2010-06-21 15:02:19 -0400 |
commit | 6d4a37840679d9fc5842f427f23c79fa6b4ccf75 (patch) | |
tree | 15e0a8a8dffefa584c61173fd8c314277c89b3e4 | |
parent | b6434ef1d79d25786027f14c217088b880555491 (diff) | |
download | anaconda-6d4a37840679d9fc5842f427f23c79fa6b4ccf75.tar.gz anaconda-6d4a37840679d9fc5842f427f23c79fa6b4ccf75.tar.xz anaconda-6d4a37840679d9fc5842f427f23c79fa6b4ccf75.zip |
tearDown -> tearDownModules.
-rw-r--r-- | tests/mock/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/__init__.py b/tests/mock/__init__.py index a72d1aa73..8c35c9c51 100644 --- a/tests/mock/__init__.py +++ b/tests/mock/__init__.py @@ -49,7 +49,7 @@ class TestCase(unittest.TestCase): oldname += m + "." self.injectedModules[mname] = mod - def tearDown(self): + def tearDownModules(self): """Unload previously Mocked modules""" import sys |