Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests given recent celery "case" change | Christopher Allan Webber | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | 591: Let Testing Middleware check for staticdirect() usage | Elrond | 2011-10-19 | 1 | -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 either | Christopher Allan Webber | 2011-08-23 | 1 | -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 Webber | 2011-06-20 | 1 | -0/+37 |