def test3(self): result = xxutils.xxstrip("""abc def ghi""") #print result self.assertTrue(result == "abcdefghi")
def test2(self): result = xxutils.xxstrip(" a b c ") #print result self.assertTrue(result == "abc")