diff options
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 0be463f73..c77504fb5 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -254,6 +254,8 @@ def registerSettings(dictarg=None, **kw): Use of this function is required when you need to test code that calls the ``repoze.bfg.settings.get_settings()`` API and uses return values from it. + + .. note:: This API is new as of :mod:`repoze.bfg` 1.1. """ from repoze.bfg.interfaces import ISettings from zope.component import queryUtility |
