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