# HG changeset patch # User Pierre-Yves David # Date 1353684780 -3600 # Node ID c88261b641a9dfb0b4dfaee1b8ac6b842fca6f75 # Parent b6b96d61e055748883a41ea7a23b905776430b7b [devtools] drop unused `reset_schema` and `reset_vreg` class attribute They have no effect and no user... Related to #2944813 diff -r b6b96d61e055 -r c88261b641a9 devtools/testlib.py --- a/devtools/testlib.py Mon May 27 17:50:55 2013 +0200 +++ b/devtools/testlib.py Fri Nov 23 16:33:00 2012 +0100 @@ -175,7 +175,6 @@ """ appid = 'data' configcls = devtools.ApptestConfiguration - reset_schema = reset_vreg = False # reset schema / vreg between tests tags = TestCase.tags | Tags('cubicweb', 'cw_repo') test_db_id = DEFAULT_EMPTY_DB_ID _cnxs = set() # establised connection diff -r b6b96d61e055 -r c88261b641a9 hooks/test/unittest_syncschema.py --- a/hooks/test/unittest_syncschema.py Mon May 27 17:50:55 2013 +0200 +++ b/hooks/test/unittest_syncschema.py Fri Nov 23 16:33:00 2012 +0100 @@ -30,7 +30,6 @@ del SchemaModificationHooksTC.schema_eids class SchemaModificationHooksTC(CubicWebTC): - reset_schema = True def setUp(self): super(SchemaModificationHooksTC, self).setUp()