diff options
| -rw-r--r-- | pyramid/tests/test_testing.py | 8 |
1 files changed, 0 insertions, 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): """ """ |
