예제 #1
0
 def test_recreating_tables(self):
     """If tables exist the query should not raise an error."""
     assert database.create_tables()
예제 #2
0
 def test_create_tables(self):
     """Do both tables get created?"""
     assert database.create_tables()