diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-15 19:33:54 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-15 19:33:54 -0400 |
| commit | 97150cc540bad56f8ff7760616d75db8894da73b (patch) | |
| tree | c1ae5b10d93350b1a763eecdb3857d4aa7af92b6 /CHANGES.txt | |
| parent | a98f0cf435e31864e632d9105ffdda30aa776212 (diff) | |
| parent | d6f0fd56fb93d30d8d7d6b490a57967d940b0135 (diff) | |
| download | pyramid-97150cc540bad56f8ff7760616d75db8894da73b.tar.gz pyramid-97150cc540bad56f8ff7760616d75db8894da73b.tar.bz2 pyramid-97150cc540bad56f8ff7760616d75db8894da73b.zip | |
merge jinty's testConfig code
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 94c331cef..da2399d9b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -163,6 +163,9 @@ Features - The ``pyramid.decorator.reify`` function is now an API, and was added to the API documentation. +- Added the ``pyramid.testing.testConfig`` context manager, which can be used + to generate a configurator in a test, e.g. ``with testing.testConfig(...):``. + Deprecations ------------ |
