aboutsummaryrefslogtreecommitdiffstats
path: root/tests/context_processors.py
AgeCommit message (Collapse)Author
2014-04-25Improve the redirect context processor test.Daniel Harding
* rename the context processor used from 'custom' to 'broken' * remove the custom middleware, because it is not used in the context of the test * rename the test to better identify what it is testing
2014-04-19Flake8.Aymeric Augustin
2014-04-15Added unit test for broken context processors due to use of `render`Juan Catalano
This adds the regression test for the case when a custom context processor breaks cause of the use of `render` in the redirects panel.