def setUp(self): at = AuthTool() ma = at._merged_args({ }) at._setup_initialize(ma) Slate('session', None).storage.destroySectionBeCarefulWhenYouCallThis( 'session' ) Slate('other', None).storage.destroySectionBeCarefulWhenYouCallThis( 'other' )
def setUp(self): at = AuthTool() ma = at._merged_args({}) at._setup_initialize(ma) self.ai = AuthInterface()