From 063c3c8c80baf81bfe1a7552013872af0fb57a19 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Thu, 15 Oct 2015 19:55:39 -0600 Subject: Views in this test are not called --- pyramid/tests/test_config/test_derivations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyramid/tests/test_config/test_derivations.py b/pyramid/tests/test_config/test_derivations.py index 5bbbdd04f..1c5432166 100644 --- a/pyramid/tests/test_config/test_derivations.py +++ b/pyramid/tests/test_config/test_derivations.py @@ -1131,8 +1131,6 @@ class TestAddDerivation(unittest.TestCase): class AView: def __init__(self): self.response = DummyResponse() - def __call__(self): - return self.response def deriv1(view, default, **kw): flags['deriv1'] = True -- cgit v1.2.3