예제 #1
0
 def test_overide_s(self):
     eq_(pluralize(59, 'ies'), 'ies')
예제 #2
0
 def test_overide_s(self):
     eq_(pluralize(59, 'ies'), 'ies')
예제 #3
0
 def test_basics(self):
     eq_(pluralize(0), 's')
     eq_(pluralize(1), '')
     eq_(pluralize(59), 's')
예제 #4
0
 def test_basics(self):
     eq_(pluralize(0), 's')
     eq_(pluralize(1), '')
     eq_(pluralize(59), 's')