def create_all_entries():
    create_entries.add_get_data_entries_to_db(tests.getTransaction(), tests.getSession())
    create_entries.add_set_data_entries_to_db(tests.getTransaction(), tests.getSession())
 def tearDown(self):
     del self.testapp
     tests.getSession().remove()