Example #1
0
 def test_create_table_existing(self):
     try:
         breezedb.create_table('new_table', db)
         self.assertEquals(False, True)
     except:
         self.assertTrue(True, True)
Example #2
0
 def test_create_table(self):
     breezedb.create_table('new_table', db)