summaryrefslogtreecommitdiff
path: root/tests/test_csrf.py
AgeCommit message (Expand)Author
2022-03-13pyupgrade --py37-plusMichael Merickel
2020-04-19Replace deprecated unittest alias assertEquals with assertEqualSergey Maranchuk
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2019-10-17support Origin: null in csrf_trusted_origins and check_origin=FalseMichael Merickel
2019-09-19Add allow_no_origin option to CSRF.Theron Luhn
2018-10-15format source using blackMichael Merickel
2018-10-14fix the tests to import from the tests package instead of pyramid.testsMichael Merickel
2018-10-14move tests out of the packageMichael Merickel