diff -r c493767679b2 -r 3674f249ab1d devtools/testlib.py --- a/devtools/testlib.py Tue Jun 03 18:00:53 2014 +0200 +++ b/devtools/testlib.py Thu Jul 24 14:52:16 2014 +0200 @@ -614,7 +614,7 @@ """add your database setup code by overriding this method""" @classmethod - def pre_setup_database(cls, session, config): + def pre_setup_database(cls, cnx, config): """add your pre database setup code by overriding this method Do not forget to set the cls.test_db_id value to enable caching of the