summaryrefslogtreecommitdiff
path: root/tests/test_router.py
AgeCommit message (Collapse)Author
2022-03-12set target versions for blackMichael Merickel
2021-01-15Test Router.finish_requestTheron Luhn
2021-01-15Fix tests.Theron Luhn
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
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-11-05black 19.10b0 was released on 2019.10.28 and introduced several changes that ↵jonathan vanasco
affect Pyramid
2019-06-06do not reinvoke exception views if an exception hits the execution policyMichael Merickel
See https://github.com/Pylons/pyramid/issues/3468
2018-10-15fix lint on testsMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14move tests out of the packageMichael Merickel