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