summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-15 19:33:54 -0400
committerChris McDonough <chrism@plope.com>2012-09-15 19:33:54 -0400
commit97150cc540bad56f8ff7760616d75db8894da73b (patch)
treec1ae5b10d93350b1a763eecdb3857d4aa7af92b6 /CHANGES.txt
parenta98f0cf435e31864e632d9105ffdda30aa776212 (diff)
parentd6f0fd56fb93d30d8d7d6b490a57967d940b0135 (diff)
downloadpyramid-97150cc540bad56f8ff7760616d75db8894da73b.tar.gz
pyramid-97150cc540bad56f8ff7760616d75db8894da73b.tar.bz2
pyramid-97150cc540bad56f8ff7760616d75db8894da73b.zip
merge jinty's testConfig code
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
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
------------