summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-03-13pyupgrade --py37-plusMichael Merickel
2022-03-12set target versions for blackMichael Merickel
2022-01-07make latest black happyMarcin Lulek
2021-02-17Remove inspect.unwrap, not in Python 2.7 and it's a no-op.Theron Luhn
2021-02-17Write tests.Theron Luhn
2021-01-15Test Router.finish_requestTheron Luhn
2021-01-15Fix tests.Theron Luhn
2020-11-01blackifyMichael Merickel
2020-11-01Merge pull request #3620 from luhn/identity-renameMichael Merickel
2020-11-01Merge pull request #3587 from ericatkin/masterMichael Merickel
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-07-02add tests and docsÉric Araujo
2020-06-22first shot for #1602Éric Araujo
2020-06-22Fix lint failuresEric Atkin
2020-06-22Only set a single cookieEric Atkin
2020-06-03Handle non string object passed to aslist methodThibault Ravera
2020-05-28cur_domain is effectively equivalent to '.' + cur_domain and therefore negate...Eric Atkin
2020-05-28Revert "Fix tests that depend on the test runner"Bert JW Regeer
2020-05-07merge masterÉric Araujo
2020-05-06Remove unnecessary coding linesBert JW Regeer
2020-05-06set() -> {}Bert JW Regeer
2020-05-06Fix tests that depend on the test runnerBert JW Regeer
2020-05-06add test to validate doc assertionÉric Araujo
2020-05-04support multiple values for header predicateÉric Araujo
2020-05-04expand testing for predicate textsÉric Araujo
2020-04-19Replace deprecated unittest alias assertEquals with assertEqualSergey Maranchuk
2020-04-19remove __unicode__ methodSergey Maranchuk
2020-04-19invoke super() without argumentsSergey Maranchuk
2020-04-19rename __nonzero__() to __bool__()Sergey Maranchuk
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-01-16Merge branch 'master' into move-acl-security-to-authorizationMichael Merickel
2020-01-12move doc references from pyramid.security to pyramid.authorizationMichael Merickel
2020-01-09Merge branch 'master' into security-docsMichael Merickel
2020-01-09fix lintMichael Merickel
2020-01-09fix paradigm to avoid incorrect usagesMichael Merickel
2020-01-08add a RequestLocalCache classMichael Merickel
2020-01-08invoke finished callbacks in prepare/bootstrap closersMichael Merickel
2020-01-05allow overriding synthesized propertiesMichael Merickel
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-24security policy docs and legacy policy improvementsMichael Merickel
2019-12-23Merge branch 'master' into luhn-authenticated-useridMichael Merickel
2019-12-23add coverage tests for deprecation warningsMichael Merickel
2019-12-15Fix coverage.Theron Luhn
2019-12-15Fix coverage.Theron Luhn
2019-12-15Revert "Bring back identity into permits."Theron Luhn
2019-12-15fix failing testMichael Merickel