Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More unicode fixes in the test suite | Sebastian Spaeth | 2012-12-12 | 1 | -6/+7 |
| | | | | | | | | | | Pass in unicode not (binary) strings where sqlite expects unicode values to prevent the test suite from (correctly) complaining about errors. I now pass the full suite without any complaints. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | 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> | ||||
* | Added OAuth test | Joar Wandborg | 2012-09-29 | 1 | -0/+50 |
| | |||||
* | Added tests for HTTP callbacks | Joar Wandborg | 2012-09-27 | 1 | -3/+3 |
| | |||||
* | Added some OAuth plugin tests | Joar Wandborg | 2012-09-26 | 1 | -0/+133 |