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