summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_auth_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-4/+4
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* Replace usage of md5 and sha with canonical importsJason R. Coombs2015-12-191-1/+3
* More PEP8 work.Gustavo Picon2014-01-121-9/+17
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-8/+14
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+79
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-79/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-8/+3
* Removed test.py etc.Robert Brewer2010-04-271-5/+1
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-38/+36
* 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-2/+2
* Added improved Tools (and tests) for basic and digest authentication, as ment...visteya2009-05-111-0/+89