summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-09 22:22:03 -0400
committerChris McDonough <chrism@plope.com>2012-09-09 22:22:03 -0400
commite0b86f901a4a05d8bcb692dd80db754e62df6a65 (patch)
treeecfa6b3337068317ec28f23c0e9beadb34118d75
parent5cd392d2ff252992ea39e5d7c29ee2477fa36904 (diff)
downloadpyramid-e0b86f901a4a05d8bcb692dd80db754e62df6a65.tar.gz
pyramid-e0b86f901a4a05d8bcb692dd80db754e62df6a65.tar.bz2
pyramid-e0b86f901a4a05d8bcb692dd80db754e62df6a65.zip
coverage
-rw-r--r--pyramid/tests/test_testing.py8
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):
""" """