diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-06 18:39:43 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-06 18:39:43 +0000 |
| commit | ab5bca41dea52042980c2a0432e98ef3ca8c2984 (patch) | |
| tree | c932c73b2cb49cb7856c6710f9c54e17a5b8b214 /CHANGES.txt | |
| parent | e0f40e9e706043e9f5637ae39a082c60cbb5cb4b (diff) | |
| download | pyramid-ab5bca41dea52042980c2a0432e98ef3ca8c2984.tar.gz pyramid-ab5bca41dea52042980c2a0432e98ef3ca8c2984.tar.bz2 pyramid-ab5bca41dea52042980c2a0432e98ef3ca8c2984.zip | |
- ``repoze.bfg.testing.registerRoutesMapper`` testing facility added.
This testing function registers a routes "mapper" object in the
registry, for tests which require its presence. This function is
documented in the ``repoze.bfg.testing`` API documentation.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 744e5c406..5b1a4cc15 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Next release ============ +Features +-------- + +- ``repoze.bfg.testing.registerRoutesMapper`` testing facility added. + This testing function registers a routes "mapper" object in the + registry, for tests which require its presence. This function is + documented in the ``repoze.bfg.testing`` API documentation. + Bug Fixes --------- |
