Пример #1
0
 def test_create_ao_table(self):
     newschema = Schema()
     self.assertTrue(newschema.create_ao_table(),"AO table not created")
Пример #2
0
 def test_create_ao_table(self):
     newschema = Schema()
     self.assertTrue(newschema.create_ao_table(), "AO table not created")