Exemplo n.º 1
0
 def test_true_2(self):
     self.assertTrue(plural(0.5))
Exemplo n.º 2
0
 def test_false(self):
     self.assertFalse(plural(1))
Exemplo n.º 3
0
 def test_true(self):
     self.assertTrue(plural(0))
Exemplo n.º 4
0
 def test_true_3(self):
     self.assertTrue(plural(100))