示例#1
0
 def test_local_errado(self):
     self.assertNotEqual((SUSPEITO, 'São Paulo', ARMA), detetive())
示例#2
0
 def test_arma_errada(self):
     self.assertNotEqual((SUSPEITO,LOCAL,'Peixeira'), detetive())
示例#3
0
 def test_suspeito_errado(self):
     self.assertNotEqual(("Ada L. Ovelace", LOCAL, ARMA), detetive())
示例#4
0
 def test_tudo_correto(self):
     self.assertEqual((SUSPEITO,LOCAL,ARMA), detetive())