def test_lstrip(self): self.assertTrue(strop.lstrip(" \t\n hello \t\n ") == "hello \t\n ")
import warnings