Example #1
0
 def setUp(self):
     super().setUp()
     setup_models(self)
     self.authentication = OrchestraProjectAPIAuthentication()
Example #2
0
 def setUp(self):  # noqa
     super(ProjectAPIAuthTestCase, self).setUp()
     setup_models(self)
     self.authentication = OrchestraProjectAPIAuthentication()