summaryrefslogtreecommitdiff
path: root/tests/test_predicates.py
AgeCommit message (Collapse)Author
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-01-12move doc references from pyramid.security to pyramid.authorizationMichael Merickel
2019-12-27isortMichael Merickel
2019-12-24security policy docs and legacy policy improvementsMichael Merickel
- Added `set_security_policy`` to more places in the docs. - Ensure that the authn/authz policies are not used at all if the legacy policy is not in effect to avoid edge cases where the code would skip the security policy and use the authn/authz policy on accident. - Change deprecation warnings in code to reference the docs by name instead of by URL.
2019-10-17remove check_csrf view predicateMichael Merickel
2019-03-09Revamp tests for EffectivePrincipalsPredicate.Theron Luhn
2018-11-14move text_, bytes_ and ascii_ to pyramid.util and remove native_Michael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14move tests out of the packageMichael Merickel