From d24055e3ec0c09974f180a459143676ba457a32f Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 24 Apr 2014 00:24:54 -0500 Subject: modify p.testing.setUp() to configure the package relative to caller --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') 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 ---- -- cgit v1.2.3