def setUp(self):
     set_test_environment()
     clear_db()
     add_fake_data()
     self.app = get_test_app()
Exemple #2
0
 def setUp(self):
     self.app = get_test_app()
Exemple #3
0
 def test_factory(self):
     """
         Create multiple applications and verify that the app doesn't break.
     """
     get_test_app()
     get_test_app()