index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_testing.py
Age
Commit message (
Expand
)
Author
2020-10-13
Rename `ISecurityPolicy.authenticated_identity` to `identity`
Theron Luhn
2020-09-29
Blackify for v20.8b1
Steve Piercy
2020-07-12
Run isort 5.x across code base
Bert JW Regeer
2020-04-19
rename __nonzero__() to __bool__()
Sergey Maranchuk
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2020-01-03
Merge branch 'master' into security-docs
Michael Merickel
2019-12-30
rename identify(request) to authenticated_identity(request)
Michael Merickel
2019-12-27
isort
Michael Merickel
2019-12-15
Revert "Bring back identity into permits."
Theron Luhn
2019-12-14
Fix coverage.
Theron Luhn
2019-12-14
Bring back identity into permits.
Theron Luhn
2019-12-14
Fix tests for `DummySecurityPolicy`.
Theron Luhn
2019-12-14
merge upstream
Éric Araujo
2019-12-14
start reworking security policy
Éric Araujo
2019-11-05
black 19.10b0 was released on 2019.10.28 and introduced several changes that ...
jonathan vanasco
2019-09-30
Merge pull request #3465 from luhn/security-policy
Michael Merickel
2019-07-27
Fix typos
Min ho Kim
2019-03-09
Implement new dummy security policy.
Theron Luhn
2018-12-26
added unittest for the not permissive part
Gerhard Schmidt
2018-11-06
call fix_registry so that queryAdapterOrSelf is available
Michael Merickel
2018-10-17
fix the dummy request to support the new accept apis
Michael Merickel
2018-10-15
fix lint on tests
Michael Merickel
2018-10-15
format source using black
Michael Merickel
2018-10-14
fix the tests to import from the tests package instead of pyramid.tests
Michael Merickel
2018-10-14
move tests out of the package
Michael Merickel