def checkArgs(self, arg): d = save_args(arg) a = load_args(d) shutil.rmtree(d) self.assertTrue(self.equals(arg, a), '%s != %s' % (arg, a))