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 /docs/api | |
| 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 'docs/api')
| -rw-r--r-- | docs/api/testing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/testing.rst b/docs/api/testing.rst index bf3d68589..c18f24195 100644 --- a/docs/api/testing.rst +++ b/docs/api/testing.rst @@ -25,6 +25,8 @@ .. autofunction:: registerRoute + .. autofunction:: registerSettings + .. autofunction:: setUp .. autofunction:: tearDown |
