diff options
| author | Michael Merickel <michael@merickel.org> | 2014-04-24 00:24:54 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-05-05 23:16:53 -0500 |
| commit | d24055e3ec0c09974f180a459143676ba457a32f (patch) | |
| tree | 023b727a9745e7d3e66db403564e10d60d735aac /CHANGES.txt | |
| parent | 50d2b85e5e2795c2b129a86e8d388909fbc2835f (diff) | |
| download | pyramid-d24055e3ec0c09974f180a459143676ba457a32f.tar.gz pyramid-d24055e3ec0c09974f180a459143676ba457a32f.tar.bz2 pyramid-d24055e3ec0c09974f180a459143676ba457a32f.zip | |
modify p.testing.setUp() to configure the package relative to caller
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
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 ---- |
