summaryrefslogtreecommitdiff
path: root/tests/test_static.py
AgeCommit message (Collapse)Author
2023-08-21chore: appease lint, better varnameTres Seaver
2023-08-21fix: reject NUL character as path elementTres Seaver
See: https://github.com/Pylons/pyramid/security/advisories/GHSA-j8g2-6fc7-q8f8
2022-03-13pyupgrade --py37-plusMichael Merickel
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2019-12-15fix failing testMichael Merickel
2019-12-15fix lintMichael Merickel
2019-12-15handle a missing content negotiation case where the unencoded option is not ↵Michael Merickel
available and the client requests an encoded variant that doesn't exist
2019-12-04negotiate the best static asset using supported encodingsMichael 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