summaryrefslogtreecommitdiff
path: root/repoze/bfg/testing.py
AgeCommit message (Expand)Author
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