Add unit tests for Djblets web API backend auth.
Review Request #8440 — Created Sept. 25, 2016 and submitted — Latest diff uploaded
Added unit tests for WebAPITokenAuthBackend and WebAPIBasicAuthBackend.
This patch is based on previous work by Minh Le Hoang at
https://reviews.reviewboard.org/r/7997/.
All tests pass.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 14. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
djblets/webapi/tests/test_basic_auth_backend.py |
---|