summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2015-04-15 11:35:59 -0400
committerCasey Duncan <casey.duncan@gmail.com>2015-04-15 11:35:59 -0400
commit7aad4b49bb34fcb0d8bd207ee5d2bea46d665e34 (patch)
tree909a962405f5377fecb60e596e626eb61d2a71dd
parentc2c5894d83f4bf43efd476336c7c065cd5984716 (diff)
downloadpyramid-7aad4b49bb34fcb0d8bd207ee5d2bea46d665e34.tar.gz
pyramid-7aad4b49bb34fcb0d8bd207ee5d2bea46d665e34.tar.bz2
pyramid-7aad4b49bb34fcb0d8bd207ee5d2bea46d665e34.zip
add default view derivations to configurator in testing.setUp()
-rw-r--r--pyramid/testing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyramid/testing.py b/pyramid/testing.py
index 772914f3b..3ddc407ec 100644
--- a/pyramid/testing.py
+++ b/pyramid/testing.py
@@ -472,6 +472,7 @@ def setUp(registry=None, request=None, hook_zca=True, autocommit=True,
config.add_default_renderers()
config.add_default_view_predicates()
config.add_default_route_predicates()
+ config.add_default_view_derivations()
config.commit()
global have_zca
try: