summaryrefslogtreecommitdiff
path: root/tests/test_config/test_testing.py
AgeCommit message (Collapse)Author
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-07-12Run isort 5.x across code baseBert JW Regeer
2019-12-27isortMichael Merickel
2019-12-14Fix tests for `DummySecurityPolicy`.Theron Luhn
2019-03-09Implement new dummy security policy.Theron Luhn
2019-03-03Implement new request.has_permission.Theron Luhn
Deleted AuthorizationAPIMixin
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-10-18move action-related code into pyramid.config.actionsMichael 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