From ab5bca41dea52042980c2a0432e98ef3ca8c2984 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 6 Nov 2009 18:39:43 +0000 Subject: - ``repoze.bfg.testing.registerRoutesMapper`` testing facility added. This testing function registers a routes "mapper" object in the registry, for tests which require its presence. This function is documented in the ``repoze.bfg.testing`` API documentation. --- docs/api/testing.rst | 2 ++ docs/whatsnew-1.1.rst | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/api/testing.rst b/docs/api/testing.rst index c18f24195..e0df091bc 100644 --- a/docs/api/testing.rst +++ b/docs/api/testing.rst @@ -25,6 +25,8 @@ .. autofunction:: registerRoute + .. autofunction:: registerRoutesMapper + .. autofunction:: registerSettings .. autofunction:: setUp diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 2d2ccec56..5808d05fd 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -614,6 +614,12 @@ Minor Miscellaneous Feature Additions Like any framework event, a subscriber function should expect one parameter: ``event``. +- A ``repoze.bfg.testing.registerRoutesMapper`` testing facility has + been added. This testing function registers a routes "mapper" + object in the registry, for tests which require its presence. This + function is documented in the ``repoze.bfg.testing`` API + documentation. + Backwards Incompatibilities --------------------------- -- cgit v1.2.3