aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_paste.ini
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last traces of beaker.Elrond2013-04-091-9/+0
| | | | | | | | There were still some traces of beaker around: - docs: replaced by reference to itsdangerous. - paste configs: Wiped away. - config_spec.ini: wiped. - test_mgoblin_app.ini: also wiped.
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-1/+1
| | | | | | | | | | | | By doing this, we can take advantage of py.test's ability to create temporary directories that are then cleaned up later during testing. This helps for sandboxing things. This also involves a ton of changes: - Changing the get_app stuff appropriately, getting rid of the setup_fresh_app decorator - Making said fixture - Switching over a billion tests to use it
* 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