Example #1
0
 def test_isAlive(self):
     p = Pessoa("asdf", "12345")
     self.assertTrue(p.isAlive(), "opa... Deu errado")