def dict_info(): return message.head("haithink's Dict", contant='Contact [email protected]')
def test_head(self): # functional check message.line_length = 5 # easy to construct expt result self.assertEquals(message.head("a", 3, a="bc", b=5), "*****\n--a--\n--3--\n-bc--\n--5--\n*****\n")