summaryrefslogtreecommitdiff
path: root/repoze/bfg/testing.py
AgeCommit message (Expand)Author
2010-10-25first pass at converting bfg to pyramid namespaceChris McDonough
2010-09-08- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) nowChris McDonough
2010-09-05DocumentationChris McDonough
2010-08-13svn merge -r9909:HEAD $REPOZE_SVN/repoze.bfg/branches/rendererhelperChris McDonough
2010-07-26merge generic_rendering branchChris McDonough
2010-04-14Add "exception views" work contributed primarily by Andrey Popp by merging th...Chris McDonough
2009-12-30Spellcheck.Chris McDonough
2009-12-30Rendering.Chris McDonough
2009-12-23- The ``repoze.bfg.testing.registerRoutesMapper`` API (added in anChris McDonough
2009-12-23- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``Chris McDonough
2009-12-21Unused imports.Chris McDonough
2009-12-20- Add a ``**kw`` arg to the ``Configurator.add_settings`` API.Chris McDonough
2009-12-20Use add_route for testing.registerRoute.Chris McDonough
2009-12-20Removed.Chris McDonough
2009-12-19- Add four new testing-related APIs to theChris McDonough
2009-12-19- Add a new API to the ``repoze.bfg.configuration.Configurator``Chris McDonough
2009-12-19Add notes about nominal deprecations.Chris McDonough
2009-12-17FeaturesChris McDonough
2009-12-09- General documentation freshening which takes imperativeChris McDonough
2009-12-03- ``repoze.bfg.testing.DummyModel`` now accepts a new constructorChris McDonough
2009-11-28Get rid of these mentionings of zope.component for grep purposes.Chris McDonough
2009-11-28- Unit tests which use ``zope.testing.cleanup.cleanUp`` for theChris McDonough
2009-11-28(no commit message)Chris McDonough
2009-11-28Deal with registries we may not understand.Chris McDonough
2009-11-28Clarify.Chris McDonough
2009-11-27Coverage.Chris McDonough
2009-11-27Move imports to module scope.Chris McDonough
2009-11-27ignore import error.Chris McDonough
2009-11-27Rendering.Chris McDonough
2009-11-27Rendering.Chris McDonough
2009-11-27- The ``repoze.bfg.testing.setUp`` function now accepts three extraChris McDonough
2009-11-24Make hooking getSiteManager optional.Chris McDonough
2009-11-24Docs updates.Chris McDonough
2009-11-23Disuse ZCA threadlocal API.Chris McDonough
2009-11-23- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebObChris McDonough
2009-11-19- Each of the ``repoze.bfg.view.render_view``,Chris McDonough
2009-11-19Rearrange things to try to avoid circular import deps.Chris McDonough
2009-11-18- The ``repoze.bfg.registry.make_registry`` callable has been removed.Chris McDonough
2009-11-17Move configuration methods into Configurator.Chris McDonough
2009-11-16Merge imperativeconfig branch.Chris McDonough
2009-11-06Version note.Chris McDonough
2009-11-06Note when added.Chris McDonough
2009-11-06- ``repoze.bfg.testing.registerRoutesMapper`` testing facility added.Chris McDonough
2009-11-06Express intent better.Chris McDonough
2009-10-26Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change b...Malthe Borch
2009-10-19Note.Chris McDonough
2009-10-19- Add ``repoze.bfg.testing.registerSettings`` API, which is documentedChris McDonough
2009-10-16- Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. ThisChris McDonough
2009-10-15FeaturesChris McDonough
2009-10-10- Add a new ``repoze.bfg.testing`` API: ``registerRoute``, forChris McDonough