diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-19 20:19:01 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-19 20:19:01 +0000 |
| commit | e8b295fe5759eb19a9c808c71ed96616d5acaf90 (patch) | |
| tree | eb733a79d954657eed710d5650617df0bcb28d41 /CHANGES.txt | |
| parent | b3e9ee1f5863cbe0d092f29e25cb4363d7398b64 (diff) | |
| download | pyramid-e8b295fe5759eb19a9c808c71ed96616d5acaf90.tar.gz pyramid-e8b295fe5759eb19a9c808c71ed96616d5acaf90.tar.bz2 pyramid-e8b295fe5759eb19a9c808c71ed96616d5acaf90.zip | |
- Add ``repoze.bfg.testing.registerSettings`` API, which is documented
in the "repoze.bfg.testing" API chapter. This allows for
registration of "settings" values obtained via
``repoze.bfg.settings.get_settings()`` for use in unit tests.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9f8a850e7..13e9e29ee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,11 @@ Features - ``paster bfgshell`` now supports IPython if it's available for import. Thanks to Daniel Holth for the initial patch. +- Add ``repoze.bfg.testing.registerSettings`` API, which is documented + in the "repoze.bfg.testing" API chapter. This allows for + registration of "settings" values obtained via + ``repoze.bfg.settings.get_settings()`` for use in unit tests. + Documentation ------------- |
