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