Ejemplo n.º 1
0
 def test_requires_authentication_default(self):
     self.assertFalse(BaseHTTPQueryRunner.requires_authentication)
     schema = BaseHTTPQueryRunner.configuration_schema()
     self.assertNotIn("username", schema["required"])
     self.assertNotIn("password", schema["required"])
Ejemplo n.º 2
0
 def test_requires_authentication_default(self):
     self.assertFalse(BaseHTTPQueryRunner.requires_authentication)
     schema = BaseHTTPQueryRunner.configuration_schema()
     self.assertNotIn('username', schema['required'])
     self.assertNotIn('password', schema['required'])
Ejemplo n.º 3
0
 def test_requires_authentication_default(self):
     self.assertFalse(BaseHTTPQueryRunner.requires_authentication)
     schema = BaseHTTPQueryRunner.configuration_schema()
     self.assertNotIn('username', schema['required'])
     self.assertNotIn('password', schema['required'])