def create_tables(self):
     self.connection.execute('DROP SCHEMA IF EXISTS other')
     self.connection.execute('CREATE SCHEMA other')
     TestCase.create_tables(self)
 def create_tables(self):
     self.connection.execute('DROP SCHEMA IF EXISTS continuum')
     self.connection.execute('CREATE SCHEMA continuum')
     TestCase.create_tables(self)
 def create_tables(self):
     self.connection.execute('DROP SCHEMA IF EXISTS other')
     self.connection.execute('CREATE SCHEMA other')
     TestCase.create_tables(self)
 def create_tables(self):
     self.connection.execute('DROP SCHEMA IF EXISTS continuum')
     self.connection.execute('CREATE SCHEMA continuum')
     TestCase.create_tables(self)