mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Sundry work getting ready to switch to new XML-RPC client/server code
This commit is contained in:
committed by
Rob Crittenden
parent
46c10d4608
commit
9f48612a56
@@ -295,6 +295,13 @@ class PluginTester(object):
|
||||
o = api[namespace][self.plugin.__name__]
|
||||
return (o, api, home)
|
||||
|
||||
def tearDown(self):
|
||||
"""
|
||||
nose tear-down fixture.
|
||||
"""
|
||||
for name in context.__dict__.keys():
|
||||
delattr(context, name)
|
||||
|
||||
|
||||
class dummy_ugettext(object):
|
||||
__called = False
|
||||
|
||||
Reference in New Issue
Block a user