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
/
narr
/
MyProject
/
myproject
/
tests.py
Age
Commit message (
Expand
)
Author
2016-12-27
narr/project - update for cookiecutters
Steve Piercy
2016-04-11
- add trailing line ending
Steve Piercy
2016-04-11
- update narr/project.rst to use pip instead of setup.py
Steve Piercy
2015-12-14
- Remove broken integration test example from testing and source file, per #2172
Steve Piercy
2015-12-08
update narrative docs and literalinclude source files that use the starter sc...
Steve Piercy
2014-11-25
Include code examples for integration and functional tests in docs #1001
Matt Russell
2012-11-29
Sync MyProject files with the starter scaffold
Patricio Paez
2011-12-05
the starter scaffold now uses url dispatch; add a minimal section about using...
Chris McDonough
2011-11-12
make myproject project relocatable (as per Ken's changes)
Chris McDonough
2011-01-12
Features
Chris McDonough
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-11-04
fix project documentation to account for starter paster template changes
Chris McDonough
2010-10-25
first cut at converting bfg to pyramid
Chris McDonough
2009-12-17
Features
Chris McDonough
2009-11-28
Document the request-only calling convention as the default.
Chris McDonough
2009-11-10
More setup and teardown.
Chris McDonough
2009-10-09
Normalize.
Chris McDonough
2009-10-09
Remove comment.
Chris McDonough
2009-10-09
Use renderers.
Chris McDonough
2009-05-05
- Applications which rely on ``zope.testing.cleanup.cleanUp` in unit
Chris McDonough
2009-01-17
Update docs with new default project stuff.
Chris McDonough
2009-01-07
- Add a method named ``assert_`` to the DummyTemplateRenderer. This
Chris McDonough
2008-11-14
- Change paster template ``tests.py`` to include a true unit test.
Chris McDonough
2008-08-24
Second checkin using StudlyCaps version of MyProject.
Chris McDonough