summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
AgeCommit message (Expand)Author
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-09-29Blackify for v20.8b1Steve Piercy
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-04-19rename __nonzero__() to __bool__()Sergey Maranchuk
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-01-03Merge branch 'master' into security-docsMichael Merickel
2019-12-30rename identify(request) to authenticated_identity(request)Michael Merickel
2019-12-27isortMichael Merickel
2019-12-15Revert "Bring back identity into permits."Theron Luhn
2019-12-14Fix coverage.Theron Luhn
2019-12-14Bring back identity into permits.Theron Luhn
2019-12-14Fix tests for `DummySecurityPolicy`.Theron Luhn
2019-12-14merge upstreamÉric Araujo
2019-12-14start reworking security policyÉric Araujo
2019-11-05black 19.10b0 was released on 2019.10.28 and introduced several changes that ...jonathan vanasco
2019-09-30Merge pull request #3465 from luhn/security-policyMichael Merickel
2019-07-27Fix typosMin ho Kim
2019-03-09Implement new dummy security policy.Theron Luhn
2018-12-26added unittest for the not permissive partGerhard Schmidt
2018-11-06call fix_registry so that queryAdapterOrSelf is availableMichael Merickel
2018-10-17fix the dummy request to support the new accept apisMichael Merickel
2018-10-15fix lint on testsMichael Merickel
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