diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-22 09:34:40 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-22 09:34:40 +0100 |
commit | be5996b93d2e2674566fa186af78bf5029b0b9d8 (patch) | |
tree | 17fc92992834ab8a6683600245d668712a20385f /test/test_func.py | |
parent | 8a8be97e8fd7751d4c6341e9f59ca7908a7893d5 (diff) | |
download | pylint-git-be5996b93d2e2674566fa186af78bf5029b0b9d8.tar.gz |
remove cache_size option: it was desactivated anyway
Diffstat (limited to 'test/test_func.py')
-rw-r--r-- | test/test_func.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_func.py b/test/test_func.py index 5ad7a4056..ab8ab844e 100644 --- a/test/test_func.py +++ b/test/test_func.py @@ -77,9 +77,6 @@ class LintTestUsingModule(testlib.TestCase): msg = '%(mode)s test of input file "%(input)s" in "%(pkg)s" (%(cls)s)' return msg % values - def setUp(self): - MANAGER.set_cache_size(200) # reset cache - def test_functionality(self): tocheck = [self.package+'.'+self.module] if self.depends: |