index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_scripts
Age
Commit message (
Expand
)
Author
2024-02-04
remove unused dummy objects
Michael Merickel
2024-02-04
replace pkg_resources with importlib.metadata in pshell script
Michael Merickel
2024-02-04
replace pkg_resources with importlib.metadata in pdistreport script
Michael Merickel
2023-10-24
Fix 'tox -e lint' tests
adroullier
2023-10-24
Fix 'tox -e lint' tests
adroullier
2023-10-24
Adding script name to 'global_config' during application setup as '__script__'
adroullier
2022-03-13
pyupgrade --py37-plus
Michael Merickel
2020-07-12
Run isort 5.x across code base
Bert JW Regeer
2020-05-06
set() -> {}
Bert JW Regeer
2020-04-19
Replace deprecated unittest alias assertEquals with assertEqual
Sergey Maranchuk
2020-04-19
invoke super() without arguments
Sergey Maranchuk
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2019-12-27
isort
Michael Merickel
2019-08-24
fix test
Michael Merickel
2019-03-21
Add ignore_files to pserve configuration section
Eric Atkin
2018-11-14
rely on webob for request.path_info and request.scheme
Michael Merickel
2018-11-12
get rid of NativeIO alias and a few others
Michael Merickel
2018-10-31
initial work removing pcreate
Michael Merickel
2018-10-15
fix lint on tests
Michael Merickel
2018-10-15
format source using black
Michael Merickel
2018-10-14
fix the tests to import from the tests package instead of pyramid.tests
Michael Merickel
2018-10-14
move tests out of the package
Michael Merickel