summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-19 20:19:55 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-19 20:19:55 +0000
commit14fa2e2709eb76f0bb6cc5ead0b24d226c47eecc (patch)
tree6d968dfd681205b3b3097b0cae75cb04a5825af4
parente8b295fe5759eb19a9c808c71ed96616d5acaf90 (diff)
downloadpyramid-14fa2e2709eb76f0bb6cc5ead0b24d226c47eecc.tar.gz
pyramid-14fa2e2709eb76f0bb6cc5ead0b24d226c47eecc.tar.bz2
pyramid-14fa2e2709eb76f0bb6cc5ead0b24d226c47eecc.zip
Note.
-rw-r--r--repoze/bfg/testing.py2
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