From 0dc26efaddf70c02cac7e84245666340f13abd29 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 16 Oct 2009 00:47:13 +0000 Subject: - Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. This function populates a component registry from a ZCML file for testing purposes. --- CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index bd0c1b84f..d6550a5f0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -41,6 +41,11 @@ Features added to it via its dictionary API and vice versa. This is a forward compatibility move based on the goals of "marco". +- Expose and document ``repoze.bfg.testing.zcml_configure`` API. This + function populates a component registry from a ZCML file for testing + purposes. It is documented in the "Unit and Integration Testing" + chapter. + Documentation ------------- @@ -55,7 +60,8 @@ Documentation methods in order to encourage this as best practice going forward. - Added "Creating Integration Tests" section to unit testing narrative - documentation chapter. + documentation chapter. As a result, the name of the unittesting + chapter is now "Unit and Integration Testing". Backwards Incompatibilities --------------------------- -- cgit v1.2.3