From e0b86f901a4a05d8bcb692dd80db754e62df6a65 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 22:22:03 -0400 Subject: coverage --- pyramid/tests/test_testing.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyramid/tests/test_testing.py b/pyramid/tests/test_testing.py index f19e23b55..339a39cd8 100644 --- a/pyramid/tests/test_testing.py +++ b/pyramid/tests/test_testing.py @@ -632,14 +632,6 @@ class IDummy(Interface): class DummyEvent: pass - -class DummyRequest: - application_url = 'http://example.com' - def __init__(self, environ=None): - if environ is None: - environ = {} - self.environ = environ - class DummyFactory: def __init__(self, environ): """ """ -- cgit v1.2.3