Exemplo n.º 1
0
 def no_death(self):
     self.assertTrue(us03(ind3))
     self.assertTrue(us03(ind4))
Exemplo n.º 2
0
 def no_birth(self):
     self.assertTrue(us03(ind5))
Exemplo n.º 3
0
 def test_birth_before_death(self):
     self.assertFalse(us03(ind1))
     self.assertTrue(us03(ind2))