aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_csrf_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* trac#665: Upgrade to WebTest 2.0.18 and fix broken test `test_csrf_cookie_set`.Ben Sturmfels2015-11-051-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
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-10/+10
* Rename get_test_app to get_app.Elrond2013-01-181-4/+4
* Fix tests on webtest < 1.3.6.Elrond2013-01-091-1/+5
* tests: More instances where a fresh database is not neededSebastian Spaeth2013-01-081-10/+7
* Fix CSRF tests with webtest 1.4.0Sebastian Spaeth2012-12-111-3/+3
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-5/+0
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Issue 680 Allow decorating views to prevent CSRF protection.Nathan Yergler2011-11-261-1/+20
* Hotfix: Renaming cookie broke unit testsElrond2011-10-161-1/+3
* #361 Unit tests for CSRF MiddlewareNathan Yergler2011-10-011-0/+69