summaryrefslogtreecommitdiff
path: root/tests/test_config/test_views.py
AgeCommit message (Collapse)Author
2025-08-24Update tests.Theron Luhn
2024-01-28upgrade phash implementation from md5 to sha256Michael Merickel
2022-03-13pyupgrade --py37-plusMichael Merickel
2022-01-07make latest black happyMarcin Lulek
2021-02-17Write tests.Theron Luhn
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-07-02add tests and docsÉric Araujo
2020-05-06set() -> {}Bert JW Regeer
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
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-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-15Revert "Bring back identity into permits."Theron Luhn
This reverts commit 2e06fa414412688dc3b7e0b422b0fc0b96ec882f.
2019-12-14Bring back identity into permits.Theron Luhn
2019-12-14Fix couple final view tests.Theron Luhn
2019-12-04negotiate the best static asset using supported encodingsMichael Merickel
2019-10-17remove check_csrf view predicateMichael Merickel
2019-03-09Implement new dummy security policy.Theron Luhn
2018-11-14move text_, bytes_ and ascii_ to pyramid.util and remove native_Michael Merickel
2018-11-14rely on webob for request.path_info and request.schemeMichael Merickel
2018-11-14move is_unbound_method to pyramid.utilMichael Merickel
2018-11-12get rid of type aliasesMichael Merickel
2018-11-02remove deprecated media range support from add_view and add_routeMichael Merickel
2018-10-18move predicate-related code into pyramid.config.predicatesMichael 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