Exemplo n.º 1
0
def test_percentage_female():
    assert percentage_female() == 23.43
Exemplo n.º 2
0
 def test_percentage_female(self):
     self.assertEqual(percentage_female(), 24.79)