diff options
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index d7648686b..a3f70f262 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -527,7 +527,7 @@ def setUp(registry=None, request=None, hook_zca=True): unit test. .. note:: The ``setUp`` function is new as of :mod:`repoze.bfg` - 1.1. + 1.1. Use in the ``setUp`` method of unit test code which uses any of the ``register*`` functions in ``repoze.bfg.testing`` (such as |
