Beispiel #1
0
 def test_pluralize(self):
     wl = WordList(['dog', 'cat', 'buffalo'])
     assert_equal(wl.pluralize(), ['dogs', 'cats', 'buffaloes'])