summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-29 00:12:29 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-29 00:12:29 +0000
commit18677c621b6e290b793eef93b95dca7df5057989 (patch)
treeb7c3e274080128a63b96ba637627f3330aea40e5 /docs
parent618508245aa773892b90f354023a8f1b1c62cd7a (diff)
downloadpyramid-18677c621b6e290b793eef93b95dca7df5057989.tar.gz
pyramid-18677c621b6e290b793eef93b95dca7df5057989.tar.bz2
pyramid-18677c621b6e290b793eef93b95dca7df5057989.zip
Sigh.
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.2.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst
index 9fad73de0..840074cbd 100644
--- a/docs/whatsnew-1.2.rst
+++ b/docs/whatsnew-1.2.rst
@@ -106,10 +106,11 @@ Backwards Incompatibilites
to ``repoze.bfg.testing.setUp``.
If replacing all calls to ``zope.testing.cleanup.cleanUp`` with a
- call to ``repoze.bfg.testing.setUp`` is infeasible, you can put this
- bit of code somewhere that is executed exactly **once** (*not* for
- each test in a test suite; in the `` __init__.py`` of your
- package would be a reasonable place)::
+ call to ``repoze.bfg.testing.setUp`` is infeasible, you can put the
+ below-mentioned bit of code somewhere that is executed exactly
+ **once** (*not* for each test in a test suite). Placing this in the
+ ``__init__.py`` of your package or the ``__init__.py`` of a
+ ``tests`` subpackage would be a reasonable place)::
import zope.testing.cleanup
from repoze.bfg.testing import setUp