summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_auth_digest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-4/+1
* Add emoji to unicode user digest auth testSviatoslav Sydorenko2018-06-181-3/+3
* Correctly decode utf-8 digest authorization headerSviatoslav Sydorenko2018-06-181-10/+15
* Add test capturing failed expectation. Ref #1719.Jason R. Coombs2018-06-171-0/+7
* Reuse repeatable code in test_auth_digestSviatoslav Sydorenko2018-04-221-75/+30
* Partially refactor test_auth_digestSviatoslav Sydorenko2018-04-221-40/+31
* Add support for UTF-8 in auth_digest toolSviatoslav Sydorenko2018-04-221-0/+7
* Add unicode test to test_auth_digestSviatoslav Sydorenko2018-04-221-7/+37
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-7/+7
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-2/+2
* More PEP8 work.Gustavo Picon2014-01-121-3/+20
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-9/+16
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+115
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-115/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-2/+2
* sync with python3 branch.Robert Brewer2011-02-221-5/+5
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-32/+33
* trunk - inconsistent tabs. And by that, I mean there _were_ tabsLakin Wecker2009-06-011-3/+3
* trunk - adding test_auth_basic and test_auth_digest into the normal test runs...Lakin Wecker2009-06-011-1/+1
* Name improvement for auth_basic and auth_digest toolsvisteya2009-05-111-4/+4
* Added improved Tools (and tests) for basic and digest authentication, as ment...visteya2009-05-111-0/+120