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