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