Ejemplo n.º 1
0
 def setUp(self):
     """ This sets up the application registry with the
     registrations your application declares in its ``includeme``
     function.
     """
     from ns_portal import main
     app = main({}, **settings)
     self.config = testing.setUp()
     self.config.include('app')
Ejemplo n.º 2
0
 def setUp(self):
     """ This sets up the application registry with the
     registrations your application declares in its ``includeme``
     function.
     """
     from ns_portal import main
     app = main({},**settings)
     self.config = testing.setUp()
     self.config.include('app')
Ejemplo n.º 3
0
 def setUpClass(cls):
     cls.ns_portal = main({}, **settings)
     super(IntegrationTestBase, cls).setUpClass()
Ejemplo n.º 4
0
 def setUpClass(cls):
     cls.ns_portal = main({}, **settings)
     super(IntegrationTestBase, cls).setUpClass()