Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sqlalchemy stop complaining about non-unicode input | Sebastian Spaeth | 2012-12-11 | 1 | -2/+2 |
| | | | | | | | | | | | These tests output noisy sql complaints about receiving non-unicode for an unicode field. This was ... well ... because we were handing in non-unicode usernames and passwords. Prefixing usernames/passwords with u'' makes the testsuite less noisy and verbose. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Fixed pylint issues, removed unused import | Joar Wandborg | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 1 | -8/+17 |
| | | | | | - Fixed error handling in OAuth plugin - Changed request.POST file fields to request.files | ||||
* | Added tests for HTTP callbacks | Joar Wandborg | 2012-09-27 | 1 | -0/+72 |