summaryrefslogtreecommitdiff
path: root/tests/test_session.py
AgeCommit message (Expand)Author
2022-03-13pyupgrade --py37-plusMichael Merickel
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2019-12-27isortMichael Merickel
2019-11-05deprecate PickleSerializerjonathan vanasco
2018-11-12get rid of pickle aliasMichael Merickel
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-11-03change to use JSONSerializer for SignedCookieSessionFactoryMichael Merickel
2018-11-03remove UnencryptedCookieSessionFactoryConfig and signed_(de)serializeMichael 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