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
/
repoze
/
bfg
/
testing.py
Age
Commit message (
Expand
)
Author
2009-01-07
Add a 'post' argument to the DummyRequest ctor.
Tres Seaver
2009-01-07
Add better testing for DummyRequest; fix a bug in cookie init.
Tres Seaver
2009-01-07
- Add a method named ``assert_`` to the DummyTemplateRenderer. This
Chris McDonough
2009-01-06
Added ``__len__`` and ``__nonzero__`` to ``repoze.bfg.testing:DummyModel``.
Tres Seaver
2008-12-07
- Remove the ``ITestingTemplateRenderer`` interface. When
Chris McDonough
2008-11-19
- Add __delitem__ method to ``testing.DummyModel``.
Chris McDonough
2008-11-19
- Add ``keys``, ``items``, and ``values`` methods to
Chris McDonough
2008-11-15
Add content_length attr to testing.DummyRequest.
Chris McDonough
2008-11-11
- Allow ``testing.registerEventListener`` to be used with Zope 3
Chris McDonough
2008-11-10
Features
Chris McDonough
2008-11-09
registerTemplateRenderer -> registerDummyRenderer
Chris McDonough
2008-11-09
Rendering.
Chris McDonough
2008-11-09
Remove registerSecurityPolicy (not useful).
Chris McDonough
2008-11-09
More docs.
Chris McDonough
2008-11-09
Minor tweaks.
Chris McDonough
2008-11-08
Get rid of BFGTestCase base class: use only functions.
Chris McDonough
2008-11-08
registerTemplate -> registerDummyTemplate
Chris McDonough
2008-11-08
Add makeRequest API.
Chris McDonough
2008-11-07
Features
Chris McDonough