Пример #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"])
Пример #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'])
Пример #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'])