From a9a8a2dcfa3381ee9da3550f84dcadd55825e1d4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 8 Nov 2008 22:40:37 +0000 Subject: Get rid of BFGTestCase base class: use only functions. --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 9c0a204e4..a555cf60b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,13 +4,13 @@ Next Release - Added a ``repoze.bfg.testing`` module to attempt to make it slightly easier to write unittest-based automated tests of BFG - applications. Information about this class is in the + applications. Information about this module is in the documentation. - The default template renderer now supports testing better by looking for ``ITestingTemplateRenderer`` using a relative pathname. This is exposed indirectly through the API named - ``registerTemplate`` in ``repoze.bfg.testing``. + ``registerTemplateRenderer`` in ``repoze.bfg.testing``. Deprecations -- cgit v1.2.3