Package myproxy :: Package ws :: Package test :: Module test_httpbasicauth :: Class HttpBasicAuthMiddlewareTestCase
[hide private]

Class HttpBasicAuthMiddlewareTestCase

source code


Unit tests for HTTP Basic Auth middleware used with the MyProxyWebService package

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Set-up Paste fixture from ini file settings
source code
 
test01NoHttpBasicAuthHeader(self) source code
 
test02ValidCredentials(self) source code
 
test03InvalidCredentials(self) source code
 
_createCallbackMiddleware(self) source code
 
test04SimpleCBMiddlewareWithValidCredentials(self) source code
 
test05SimpleCBMiddlewareWithInvalidCredentials(self) source code
Class Variables [hide private]
  CONFIG_FILE = 'httpbasicauth.ini'