Beispiel #1
0
 def __init__(self, methodName='runTest'):
     self.env = env
     super(BaseTestCase, self).__init__(methodName)
     create_webapp(self.env)
Beispiel #2
0
 def __init__(self, methodName='runTest'):
     self.env = env
     super(BaseTestCase, self).__init__(methodName)
     create_webapp(self.env)
Beispiel #3
0
from splice.webapp import create_webapp
application = create_webapp()