aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_http_callback.py
Commit message (Expand)AuthorAgeFilesLines
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-13/+14
* All mediagoblin tests now pass with py.test (switched setUp to setup)Christopher Allan Webber2013-04-031-2/+2
* Rename get_test_app to get_app.Elrond2013-01-181-2/+2
* Don't get a fresh app when not neededSebastian Spaeth2013-01-081-1/+1
* Make sqlalchemy stop complaining about non-unicode inputSebastian Spaeth2012-12-111-2/+2
* Fixed pylint issues, removed unused importJoar Wandborg2012-10-021-1/+1
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-8/+17
* Added tests for HTTP callbacksJoar Wandborg2012-09-271-0/+72