Mercurial > hgsubversion
diff tests/test_hooks.py @ 1067:20850abfb91a
test_hooks: use stupid mode metaclass
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Fri, 09 Aug 2013 23:45:57 +0200 |
parents | d741f536f23a |
children | 4f1461428334 |
line wrap: on
line diff
--- a/tests/test_hooks.py +++ b/tests/test_hooks.py @@ -11,7 +11,7 @@ class TestHooks(test_util.TestBase): def _loadupdate(self, fixture_name, *args, **kwargs): kwargs = kwargs.copy() - kwargs.update(stupid=False, noupdate=False) + kwargs.update(noupdate=False) repo, repo_path = self.load_and_fetch(fixture_name, *args, **kwargs) return repo, repo_path