aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_http_auth.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-1/+4
|
* cleanup code with autoflakeThomas Kriechbaumer2015-05-271-4/+1
| | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables .
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-6/+14
| | | | run the following command: $ autopep8 -i -r -a -a .
* use passlib instead of md5cryptMaximilian Hils2014-08-161-6/+2
|
* fix AuthAction tests failures from last mergeMaximilian Hils2013-12-081-3/+4
|
* Unit test auth actions.Aldo Cortesi2013-12-081-0/+23
|
* compatibility fixes for windowsMaximilian Hils2013-08-191-1/+1
|
* Integrate HTTP auth, test to 100%Aldo Cortesi2013-03-031-0/+81