diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-15 18:27:24 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-15 18:27:24 +0000 |
| commit | 67696743d1d895d511109a34557c0fc18280460e (patch) | |
| tree | 82491ffa31845568e00bb30a1352878e9369594b /repoze/bfg/tests/test_configuration.py | |
| parent | 17b8bc69b783be4b81a6c42818c6227845b16683 (diff) | |
| download | pyramid-67696743d1d895d511109a34557c0fc18280460e.tar.gz pyramid-67696743d1d895d511109a34557c0fc18280460e.tar.bz2 pyramid-67696743d1d895d511109a34557c0fc18280460e.zip | |
Test coverage.
Diffstat (limited to 'repoze/bfg/tests/test_configuration.py')
| -rw-r--r-- | repoze/bfg/tests/test_configuration.py | 14 |
1 files changed, 0 insertions, 14 deletions
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 - |
