From e8b295fe5759eb19a9c808c71ed96616d5acaf90 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Oct 2009 20:19:01 +0000 Subject: - Add ``repoze.bfg.testing.registerSettings`` API, which is documented in the "repoze.bfg.testing" API chapter. This allows for registration of "settings" values obtained via ``repoze.bfg.settings.get_settings()`` for use in unit tests. --- docs/api/testing.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api/testing.rst') diff --git a/docs/api/testing.rst b/docs/api/testing.rst index bf3d68589..c18f24195 100644 --- a/docs/api/testing.rst +++ b/docs/api/testing.rst @@ -25,6 +25,8 @@ .. autofunction:: registerRoute + .. autofunction:: registerSettings + .. autofunction:: setUp .. autofunction:: tearDown -- cgit v1.2.3