Example #1
0
 def test_lower(self):
     wl = WordList(['Zen', 'oF', 'PYTHON'])
     assert_equal(wl.lower(), WordList(['zen', 'of', 'python']))