summaryrefslogtreecommitdiff
path: root/tests/test_config/test_init.py
AgeCommit message (Expand)Author
2022-03-12set target versions for blackMichael 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-10-02Merge pull request #3510 from mmerickel/scan-categoriesMichael Merickel
2019-09-18modify the default scan categories to be limited to only 'pyramid'Michael Merickel
2019-02-17Implement setting ISecurityPolicy in the configurator.Theron Luhn
2018-11-14move is_unbound_method to pyramid.utilMichael Merickel
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-10-18fix coverageMichael 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