Esempio n. 1
0
 def test_retorna_naturais_menores_que_101_nao_nulo(self):
     with self.assertRaises(ValueError):
         desafio.retorna_naturais_menores_que_101(None)
Esempio n. 2
0
 def test_retorna_naturais_menores_que_101_eh_tupla(self):
     self.assertIsInstance(desafio.retorna_naturais_menores_que_101(3), tuple)