From 45d08c56ea330583a472b4d2808262a634fa99f1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 27 Nov 2009 08:28:45 +0000 Subject: Coverage. Remove set_security_policies configurator API method. --- repoze/bfg/tests/test_integration.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'repoze/bfg/tests/test_integration.py') diff --git a/repoze/bfg/tests/test_integration.py b/repoze/bfg/tests/test_integration.py index 2e3abe259..9d4a9838d 100644 --- a/repoze/bfg/tests/test_integration.py +++ b/repoze/bfg/tests/test_integration.py @@ -89,14 +89,3 @@ class DummyRequest: def get_response(self, application): return application(None, None) -class DummyZCMLContext: - def __init__(self): - self.actions = [] - self.info = None - - def action(self, discriminator=None, callable=None, args=None): - self.actions.append( - {'discriminator':discriminator, - 'callable':callable, - 'args':args} - ) -- cgit v1.2.3