summaryrefslogtreecommitdiff
path: root/repoze/bfg/testing.py
AgeCommit message (Expand)Author
2009-09-30- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor ofChris McDonough
2009-09-23Fix spelling.Chris McDonough
2009-09-20- The way ``bfg_view`` declarations are scanned for has been modified.Chris McDonough
2009-09-18Compulsive import reorderings.Chris McDonough
2009-09-16- The ``repoze.bfg.testing.registerDummyRenderer`` API has beenChris McDonough
2009-09-16Fix bug in dummy renderer "implementation" method.Chris McDonough
2009-09-16Checkpoint. Not 100% test coverage.Chris McDonough
2009-09-06Remove 0.9 deprecations.Chris McDonough
2009-09-06Merge multiview2 branch to HEAD.Chris McDonough
2009-07-01Use nonmutable default arg.Chris McDonough
2009-06-22More micro-optimizations to the default traverser.Chris McDonough
2009-06-22- The values of ``subpath``, ``traversed``, and ``virtual_root_path``Chris McDonough
2009-06-02Typo.Chris McDonough
2009-05-30- Remove "context" argument from ``effective_principals`` andChris McDonough
2009-05-27Merge authchanges branch to trunk.Chris McDonough
2009-05-18FeaturesChris McDonough
2009-05-14- Added API docs for the ``repoze.bfg.testing`` methodsChris McDonough
2009-05-05Get rid of direct dependency on zope.testing by creating our own addCleanUp a...Chris McDonough
2009-04-16- The interface for ``repoze.bfg.interfaces.ITraverser`` and theChris McDonough
2009-04-13Revert 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`` returnChris McDonough
2009-02-06Missing )Chris McDonough
2009-02-06Better docs.Chris McDonough
2009-02-03- Add ` `renderer`` argument (defaulting to None) toChris McDonough
2009-01-24- ``repoze.bfg.testing.DummyModel`` did not have a ``get`` method;Chris McDonough
2009-01-07Add a 'post' argument to the DummyRequest ctor.Tres Seaver
2009-01-07Add better testing for DummyRequest; fix a bug in cookie init.Tres Seaver
2009-01-07- Add a method named ``assert_`` to the DummyTemplateRenderer. ThisChris McDonough
2009-01-06Added ``__len__`` and ``__nonzero__`` to ``repoze.bfg.testing:DummyModel``.Tres Seaver
2008-12-07 - Remove the ``ITestingTemplateRenderer`` interface. WhenChris McDonough
2008-11-19 - Add __delitem__ method to ``testing.DummyModel``.Chris McDonough
2008-11-19 - Add ``keys``, ``items``, and ``values`` methods toChris McDonough
2008-11-15Add content_length attr to testing.DummyRequest.Chris McDonough
2008-11-11 - Allow ``testing.registerEventListener`` to be used with Zope 3Chris McDonough
2008-11-10 FeaturesChris McDonough
2008-11-09registerTemplateRenderer -> registerDummyRendererChris McDonough
2008-11-09Rendering.Chris McDonough
2008-11-09Remove registerSecurityPolicy (not useful).Chris McDonough
2008-11-09More docs.Chris McDonough
2008-11-09Minor tweaks.Chris McDonough
2008-11-08Get rid of BFGTestCase base class: use only functions.Chris McDonough
2008-11-08registerTemplate -> registerDummyTemplateChris McDonough
2008-11-08Add makeRequest API.Chris McDonough
2008-11-07 FeaturesChris McDonough