Ejemplo n.º 1
0
 def test_remove_extra_spaces(self):
     self.assertEqual(clean_up_spacing("  Elephants can't jump.  "),
                      "Elephants can't jump.")
Ejemplo n.º 2
0
 def test_remove_extra_spaces_only_start(self):
     self.assertEqual(clean_up_spacing("  A rolling stone gathers no moss"),
                      "A rolling stone gathers no moss")