diff -r 90c55e27aa87 -r 2fdf67ef3341 devtools/test/unittest_testlib.py --- a/devtools/test/unittest_testlib.py Fri Nov 13 14:29:48 2015 +0100 +++ b/devtools/test/unittest_testlib.py Wed Dec 09 18:24:09 2015 +0100 @@ -74,6 +74,16 @@ clean_repo_test_cls(MyWebTest) +class RepoInstancesConsistencyTC(CubicWebTC): + test_db_id = 'RepoInstancesConsistencyTC' + + def pre_setup_database(self, cnx, config): + self.assertIs(cnx.repo, config.repository()) + + def test_pre_setup(self): + pass + + HTML_PAGE = u""" need a title