Exemplo n.º 1
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('broadcast')
Exemplo n.º 2
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('ringdown')
Exemplo n.º 3
0
 def setUp(self):
     app.config['GOOGLE_ACCOUNT_USER'] = '******'
     app.config['GOOGLE_ACCOUNT_PASS'] = '******'
     self.app = app.test_client()
     self.start_patch('volunteer_signup')
Exemplo n.º 4
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('autorespond')
Exemplo n.º 5
0
 def setUp(self):
     app.config['PARSE_APP_ID'] = 'ApplicationID'
     app.config['PARSE_REST_KEY'] = 'REST API key'
     self.app = app.test_client()
     self.start_patch('survey')
Exemplo n.º 6
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('conference_line')
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('autorespond')
Exemplo n.º 8
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('town_hall')
Exemplo n.º 9
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch("forward")
Exemplo n.º 10
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('noticeboard')
Exemplo n.º 11
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('volunteer_signup')
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('conference_line')
Exemplo n.º 13
0
 def setUp(self):
     app.config['FIREBASE_URL'] = 'ApplicationID'
     app.config['FIREBASE_SECRET'] = 'REST API key'
     self.app = app.test_client()
     self.start_patch('survey')
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('volunteer_signup')
Exemplo n.º 15
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('forward')
Exemplo n.º 16
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('simplehelp')
Exemplo n.º 17
0
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('ringdown')
 def setUp(self):
     self.app = app.test_client()
     self.start_patch('simplehelp')
Exemplo n.º 19
0
 def setUp(self):
     app.config['FIREBASE_URL'] = 'ApplicationID'
     app.config['FIREBASE_SECRET'] = 'REST API key'
     self.app = app.test_client()
     self.start_patch('survey')