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
/
tests
/
test_testing.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-05
Documentation
Chris McDonough
2010-08-13
svn merge -r9909:HEAD $REPOZE_SVN/repoze.bfg/branches/rendererhelper
Chris McDonough
2010-07-26
merge generic_rendering branch
Chris McDonough
2009-12-23
- The ``repoze.bfg.testing.registerRoutesMapper`` API (added in an
Chris McDonough
2009-12-19
- Add four new testing-related APIs to the
Chris McDonough
2009-12-03
- ``repoze.bfg.testing.DummyModel`` now accepts a new constructor
Chris McDonough
2009-12-01
Stop new Pyflakes complaints.
Chris McDonough
2009-11-28
Deal with registries we may not understand.
Chris McDonough
2009-11-27
- The ``repoze.bfg.testing.setUp`` function now accepts three extra
Chris McDonough
2009-11-23
- Most uses of the ZCA threadlocal API (the ``getSiteManager``,
Chris McDonough
2009-11-19
- Each of the ``repoze.bfg.view.render_view``,
Chris McDonough
2009-11-06
- ``repoze.bfg.testing.registerRoutesMapper`` testing facility added.
Chris McDonough
2009-10-26
Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change b...
Malthe Borch
2009-10-19
- Add ``repoze.bfg.testing.registerSettings`` API, which is documented
Chris McDonough
2009-10-16
- Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. This
Chris McDonough
2009-10-15
Features
Chris McDonough
2009-10-10
- Add a new ``repoze.bfg.testing`` API: ``registerRoute``, for
Chris McDonough
2009-09-30
- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor of
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
Chris McDonough
2009-09-16
- The ``repoze.bfg.testing.registerDummyRenderer`` API has been
Chris McDonough
2009-09-16
Fix bug in dummy renderer "implementation" method.
Chris McDonough
2009-09-16
Checkpoint. Not 100% test coverage.
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-06-22
More micro-optimizations to the default traverser.
Chris McDonough
2009-06-22
- The values of ``subpath``, ``traversed``, and ``virtual_root_path``
Chris McDonough
2009-05-30
- Remove "context" argument from ``effective_principals`` and
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-18
Features
Chris McDonough
2009-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-04-13
Revert r4137: it's making the test fixtures too complicated.
Chris McDonough
2009-04-13
- ``repoze.bfg.testing.DummyRequest`` will now contain ``params``,
Chris McDonough
2009-02-20
- Make it possible to have ``testing.DummyTemplateRenderer`` return
Chris McDonough
2009-02-03
- Add ` `renderer`` argument (defaulting to None) to
Chris McDonough
2009-01-24
- ``repoze.bfg.testing.DummyModel`` did not have a ``get`` method;
Chris McDonough
2009-01-20
Make tests pass on laguna.
Chris McDonough
2009-01-11
- Improve test coverage.
Chris McDonough
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
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-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
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