Esempio n. 1
0
 def test_create_ao_table(self):
     newschema = Schema()
     self.assertTrue(newschema.create_ao_table(),"AO table not created")
Esempio n. 2
0
 def test_create_ao_table(self):
     newschema = Schema()
     self.assertTrue(newschema.create_ao_table(), "AO table not created")