예제 #1
0
파일: tests.py 프로젝트: gerald13/NsPortal
 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')
예제 #2
0
파일: tests.py 프로젝트: gerald13/NsPortal
 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')
예제 #3
0
파일: tests.py 프로젝트: gerald13/NsPortal
 def setUpClass(cls):
     cls.ns_portal = main({}, **settings)
     super(IntegrationTestBase, cls).setUpClass()
예제 #4
0
파일: tests.py 프로젝트: gerald13/NsPortal
 def setUpClass(cls):
     cls.ns_portal = main({}, **settings)
     super(IntegrationTestBase, cls).setUpClass()