summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
12 daysremove pkg_resources callsmainDaniel Schadt
12 daysskip property no-name tests on Python 3.13Daniel Schadt
12 daysMerge remote-tracking branch 'luhn/override-get-spec'Daniel Schadt
2025-08-24Update tests.Theron Luhn
2025-08-24Add `get_spec` to `PackageOverrides`Theron Luhn
2025-08-24Add `get_spec` to asset sources.Theron Luhn
2025-08-24Test against actual assets.Theron Luhn
2025-08-24Implement our own version of `resource_filename`.Theron Luhn
2025-08-24Move resolvers into `pyramid.resolver`Theron Luhn
2024-02-04remove unused dummy objectsMichael Merickel
2024-02-04replace pkg_resources with importlib.metadata in pshell scriptMichael Merickel
2024-02-04replace pkg_resources with importlib.metadata in pdistreport scriptMichael Merickel
2024-01-28upgrade phash implementation from md5 to sha256Michael Merickel
2024-01-28fix BadCSRFOrigin and BadCSRFToken returning invalid HTTP status linesMichael Merickel
2024-01-27Merge pull request #3735 from adroullier/script_infoMichael Merickel
2024-01-27add changelogMichael Merickel
2024-01-27revert restriction to eventonly predicates, allow a predicate to receive all ...Michael Merickel
2023-11-30Add 3.12 to CI, tox and metadata; use latest black and flake8Ievgen Popovych
2023-10-24Fix 'tox -e lint' testsadroullier
2023-10-24Fix 'tox -e lint' testsadroullier
2023-10-24Adding script name to 'global_config' during application setup as '__script__'adroullier
2023-08-21appease linterChris McDonough
2023-08-21appease linterChris McDonough
2023-08-21re-add integration tests (bad merge) and add integration test for nulbyte che...Chris McDonough
2023-08-21add integration testsChris McDonough
2023-08-21chore: appease lint, better varnameTres Seaver
2023-08-21fix: reject NUL character as path elementTres Seaver
2022-12-29Drop l*gettext() from pyramid.i18nStefano Rivera
2022-03-13pyupgrade --py37-plusMichael Merickel
2022-03-12set target versions for blackMichael Merickel
2022-01-07make latest black happyMarcin Lulek
2021-02-17Remove inspect.unwrap, not in Python 2.7 and it's a no-op.Theron Luhn
2021-02-17Write tests.Theron Luhn
2021-01-15Test Router.finish_requestTheron Luhn
2021-01-15Fix tests.Theron Luhn
2020-11-01blackifyMichael Merickel
2020-11-01Merge pull request #3620 from luhn/identity-renameMichael Merickel
2020-11-01Merge pull request #3587 from ericatkin/masterMichael Merickel
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-09-29Blackify for v20.8b1Steve Piercy
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-06-22Fix lint failuresEric Atkin
2020-06-22Only set a single cookieEric Atkin
2020-06-03Handle non string object passed to aslist methodThibault Ravera
2020-05-28cur_domain is effectively equivalent to '.' + cur_domain and therefore negate...Eric Atkin
2020-05-28Revert "Fix tests that depend on the test runner"Bert JW Regeer
2020-05-07merge masterÉric Araujo
2020-05-06Remove unnecessary coding linesBert JW Regeer