diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-16 00:47:13 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-16 00:47:13 +0000 |
| commit | 0dc26efaddf70c02cac7e84245666340f13abd29 (patch) | |
| tree | 770a5913c8527928c36486bae19305455e733648 /CHANGES.txt | |
| parent | 6a80e3d4099304ed7327cf2c72f7d786c01344ee (diff) | |
| download | pyramid-0dc26efaddf70c02cac7e84245666340f13abd29.tar.gz pyramid-0dc26efaddf70c02cac7e84245666340f13abd29.tar.bz2 pyramid-0dc26efaddf70c02cac7e84245666340f13abd29.zip | |
- Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. This
function populates a component registry from a ZCML file for testing
purposes.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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 --------------------------- |
