Changeset - d55626d8c933
[Not reviewed]
default
0 2 0
Mads Kiilerich - 9 years ago 2016-12-19 02:52:01
mads@kiilerich.com
tests: remove unused maxDiff
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/api/api_base.py
Show inline comments
 
@@ -109,7 +109,6 @@ class _BaseTestApi(object):
 
        pass
 

	
 
    def setup_method(self, method):
 
        self.maxDiff = None
 
        make_user_group()
 
        make_repo_group()
 

	
kallithea/tests/base.py
Show inline comments
 
@@ -149,7 +149,6 @@ class TestController(object):
 
        self.wsgiapp = pylons.test.pylonsapp
 
        self.init_stack(self.wsgiapp.config)
 
        self.app = TestApp(self.wsgiapp)
 
        self.maxDiff = None
 
        self.index_location = config['app_conf']['index_dir']
 
        return self.app
 

	
0 comments (0 inline, 0 general)