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