Slide 7
Slide 7 text
E
===================================================
===================
ERROR: test_menor_que_dois_nao_eh_primo (__main__.PrimosTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "teste_primos.py", line 6, in test_menor_que_dois_nao_eh_primo
self.assertFalse(eh_primo(1))
NameError: global name 'eh_primo' is not defined
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
Sunday, May 5, 2013