From 18677c621b6e290b793eef93b95dca7df5057989 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 29 Nov 2009 00:12:29 +0000 Subject: Sigh. --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index fbc032d17..7ed2c4c44 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -250,8 +250,9 @@ Backwards Incompatibilites 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):: + each test in a test suite; in the `` __init__.py`` of your package + or your package's ``tests`` subpackage would be a reasonable + place):: import zope.testing.cleanup from repoze.bfg.testing import setUp -- cgit v1.2.3