summaryrefslogtreecommitdiff
path: root/tests/test_config/test_predicates.py
AgeCommit message (Collapse)Author
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-07-02add tests and docsÉric Araujo
2020-06-22first shot for #1602Éric Araujo
2020-05-06add test to validate doc assertionÉric Araujo
2020-05-04support multiple values for header predicateÉric Araujo
2020-05-04expand testing for predicate textsÉric Araujo
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2019-10-02define an IPredicateInfo instead of passing the full configurator to predicatesMichael Merickel
2018-11-14move text_, bytes_ and ascii_ to pyramid.util and remove native_Michael Merickel
2018-10-18move predicate-related code into pyramid.config.predicatesMichael Merickel