Closed
Bug 692705
Opened 14 years ago
Closed 14 years ago
refactor and extend Authentication testcases
Categories
(Cloud Services :: Server: Core, enhancement)
Cloud Services
Server: Core
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rfkelly, Unassigned)
References
Details
Attachments
(1 file)
|
13.14 KB,
patch
|
tarek
:
review+
|
Details | Diff | Splinter Review |
Attached patch refactors and extends the testsuite in test_wsgiauth.py, to provide a re-usable suite for testing other Authentication classes.
Highlights:
* AuthAPITestCases provide generic checks for the public API of any Authentication class
* HTTPBasicAuthAPITestCases provide additional generic checks for any Authentication class that speaks HTTP-Basic-Auth
* TestAuthentication runs these tests against the default Authentication class
* TestAuthentication_NewStyleAuth runs these tests against the default Authentication class using a new-style auth backend
Attachment #565441 -
Flags: review?(tarek)
Comment 1•14 years ago
|
||
Comment on attachment 565441 [details] [diff] [review]
patch to refactor and extend Authentication testcases
LGTM
Attachment #565441 -
Flags: review?(tarek) → review+
| Reporter | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•