[devtools] drop unused `reset_schema` and `reset_vreg` class attribute
They have no effect and no user...
Related to #2944813
--- 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
--- 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()