Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch test_app generation over to use py.test fixtures. | Christopher Allan Webber | 2013-04-04 | 1 | -13/+14 |
* | All mediagoblin tests now pass with py.test (switched setUp to setup) | Christopher Allan Webber | 2013-04-03 | 1 | -2/+2 |
* | Rename get_test_app to get_app. | Elrond | 2013-01-18 | 1 | -2/+2 |
* | Don't get a fresh app when not needed | Sebastian Spaeth | 2013-01-08 | 1 | -1/+1 |
* | Make sqlalchemy stop complaining about non-unicode input | Sebastian Spaeth | 2012-12-11 | 1 | -2/+2 |
* | 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 |
* | Added tests for HTTP callbacks | Joar Wandborg | 2012-09-27 | 1 | -0/+72 |