aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_paste.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests given recent celery "case" changeChristopher Allan Webber2012-02-281-1/+1
|
* 591: Let Testing Middleware check for staticdirect() usageElrond2011-10-191-1/+1
| | | | | | | | | All references to static, shipped content should go via request.staticdirect(). So insert a TestingMiddleware in the chain, which tests for this on all requests/reponses happening in the test suite. It's a simple text search for a bogus usage pattern.
* Static serving in test_paste.ini wasn't pointing at test_user_dev eitherChristopher Allan Webber2011-08-231-1/+1
| | | | | Not that it matters too much, but... should point it to the right place :)
* Also moving the test_server.ini to test_paste.ini to avoid ambiguity.Christopher Allan Webber2011-06-201-0/+37