From 67696743d1d895d511109a34557c0fc18280460e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 15 Oct 2009 18:27:24 +0000 Subject: Test coverage. --- repoze/bfg/tests/test_configuration.py | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'repoze/bfg/tests/test_configuration.py') diff --git a/repoze/bfg/tests/test_configuration.py b/repoze/bfg/tests/test_configuration.py index b2fc27e3e..e15bba5a9 100644 --- a/repoze/bfg/tests/test_configuration.py +++ b/repoze/bfg/tests/test_configuration.py @@ -232,9 +232,6 @@ class DummyRootFactory: def __init__(self, root): self.root = root - def __call__(self, environ): - return self.root - class DummyLogger: def __init__(self): self.messages = [] @@ -253,14 +250,3 @@ class DummyLock: def release(self): self.released = True -class DummyThreadLocalManager: - def __init__(self, data): - self.data = data - - def pop(self): - self.popped = True - return self.data - - def push(self, data): - self.pushed = data - -- cgit v1.2.3