aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_http_callback.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes testsxray72242013-07-141-2/+2
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-3/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+3
* Moving the rest of the relevant tests to have test_app set up in "def setup()...Christopher Allan Webber2013-04-181-14/+15
* 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