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
/
docs
/
tutorials
/
wiki
/
tests.rst
Age
Commit message (
Expand
)
Author
2024-02-07
fix: document test harness config via 'pyproject.toml'
Tres Seaver
2024-02-07
docs: update ZODB wiki tutorial to cookiecutter
Tres Seaver
2020-01-15
Minor grammar fixes
Steve Piercy
2020-01-12
upgrade the test harness
Michael Merickel
2020-01-02
Resync wiki/*.rst and related files after moving tests directory
Steve Piercy
2019-12-15
Remove Python 3.4, Python 3.5, and add Python 3.8
Steve Piercy
2018-11-26
Add note about docutils deprecation warnings.
Steve Piercy
2018-11-25
rewrap narrative, adjust grammar
Steve Piercy
2018-10-05
Merge branch 'master' into one_cc
Steve Piercy
2018-10-03
Change references to "py.test" to "pytest" in ZODB tutorial test page
Paul Cutler
2018-09-16
doc fixes
Stephen Martin
2018-09-09
merging cookiecutters
Stephen Martin
2018-08-19
Standardize Unix capitalization
Steve Piercy
2018-08-18
Clean up code-blocks in tutorials/wiki/tests
Steve Piercy
2016-12-23
wiki/src/tests updates, use correct lexers
Steve Piercy
2016-12-23
standardize windows prompt
Steve Piercy
2016-12-23
Use cookiecutter instead of scaffold and pcreate
Steve Piercy
2016-05-08
docs: Fix typos.
Vincent Férotin
2016-05-07
update tutorials/wiki/tests.rst with py.test and coverage defaults
Steve Piercy
2016-04-10
- update wiki tests step and its src files
Steve Piercy
2016-04-09
- fix traversal tutorial reference
Steve Piercy
2015-05-27
- clean up and make consistent across wiki tutorials
Steve Piercy
2013-09-06
update the code in the wiki and wiki2 tutorials to use pyramid_chameleon
Michael Merickel
2013-03-13
consistency: use $VENV whenever virtualenv binaries are used
Tshepang Lekhonkhobe
2013-03-04
fix #311
Tshepang Lekhonkhobe
2013-01-20
point to the sources of the wiki tutorials in just one location; fix #763
Tshepang Lekhonkhobe
2012-12-13
Improvements to the ZODB tutorial Tests chapter
Patricio Paez
2012-11-22
Sync the tutorial docs for the transaction dependency
Patricio Paez
2012-03-17
link to tests stage source
Chris McDonough
2011-11-28
move code from login.py to views.py (like sqla tutorial)
Chris McDonough
2011-11-08
Use active ("Run the Tests") rather than passive ("Running the Tests")
kenmanheimer
2011-11-08
Track change of the scaffolding file names, removing 'pyramid_' prefix.
kenmanheimer
2011-07-01
fix wiki tests too
Chris McDonough
2011-06-05
Close zodb before removing in functional tests
Patricio Paez
2011-04-20
Adding Tests in the ZODB wiki tutorial
Patricio Paez