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