Example #1
0
 def setUp(self):
     super(TestCase, self).setUp()
     app.config['DEBUG'] = True
     app.config['TESTING'] = True
     self.app = app.test_client()
     self.app.neutron = self.client
     app.tag = True
Example #2
0
 def setUp(self):
     super(TestCase, self).setUp()
     app.config['DEBUG'] = True
     app.config['TESTING'] = True
     self.app = app.test_client()
     self.app.neutron = self.client
     app.tag = True
Example #3
0
 def setUp(self):
     super(TestCase, self).setUp()
     app.config["DEBUG"] = True
     app.config["TESTING"] = True
     self.app = app.test_client()
     self.app.neutron = self.client