Ejemplo n.º 1
0
 def test6(self):
     self.assertEqual(english_plural_3.pluralize('vacancy'), 'vacancies')
Ejemplo n.º 2
0
 def test5(self):
     self.assertEqual(english_plural_3.pluralize('toy'), 'toys')
Ejemplo n.º 3
0
 def test4(self):
     self.assertEqual(english_plural_3.pluralize('cheetah'), 'cheetahs')
Ejemplo n.º 4
0
 def test3(self):
     self.assertEqual(english_plural_3.pluralize('coach'), 'coaches')
Ejemplo n.º 5
0
 def test2(self):
     self.assertEqual(english_plural_3.pluralize('fox'), 'foxes')
Ejemplo n.º 6
0
 def test1(self):
     self.assertEqual(english_plural_3.pluralize('computer'), 'computers')