Sundry work getting ready to switch to new XML-RPC client/server code

This commit is contained in:
Jason Gerard DeRose
2009-01-22 14:00:37 -07:00
committed by Rob Crittenden
parent 46c10d4608
commit 9f48612a56
5 changed files with 132 additions and 2 deletions

View File

@@ -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