[devtools] drop unused `reset_schema` and `reset_vreg` class attribute
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 23 Nov 2012 16:33:00 +0100
changeset 9028 c88261b641a9
parent 9027 b6b96d61e055
child 9029 5941cde49878
[devtools] drop unused `reset_schema` and `reset_vreg` class attribute They have no effect and no user... Related to #2944813
devtools/testlib.py
hooks/test/unittest_syncschema.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
--- 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()