summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-05-05 23:25:11 -0500
committerMichael Merickel <michael@merickel.org>2014-05-05 23:25:11 -0500
commit8f22d846af8faba71a2e20e0fb9da52ec4ec5a5e (patch)
tree023b727a9745e7d3e66db403564e10d60d735aac /CHANGES.txt
parent50d2b85e5e2795c2b129a86e8d388909fbc2835f (diff)
parentd24055e3ec0c09974f180a459143676ba457a32f (diff)
downloadpyramid-8f22d846af8faba71a2e20e0fb9da52ec4ec5a5e.tar.gz
pyramid-8f22d846af8faba71a2e20e0fb9da52ec4ec5a5e.tar.bz2
pyramid-8f22d846af8faba71a2e20e0fb9da52ec4ec5a5e.zip
Merge pull request #1322 from Pylons/fix.setUp-relative-package
modify p.testing.setUp() to configure the package relative to caller
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2b80e87e2..de0a4324b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,11 @@ Bug Fixes
add_route_predicate for example can not take a string and turn it into the
actual callable function.
+- Fix ``pyramid.testing.setUp`` to return a ``Configurator`` with a proper
+ package. Previously it was not possible to do package-relative includes
+ using the returned ``Configurator`` during testing. There is now a
+ ``package`` argument that can override this behavior as well.
+
Docs
----