예제 #1
0
 def test_quatro_nao_e_feliz(self):
     eh_feliz(4) | should | equal_to(False)
예제 #2
0
 def test_dois_nao_e_feliz(self):
     eh_feliz(2) | should | equal_to(False)
예제 #3
0
 def test_sete_e_feliz(self):
     eh_feliz(7) | should | equal_to(True)
예제 #4
0
 def test_dez_e_feliz(self):
     eh_feliz(10) | should | equal_to(True)
예제 #5
0
 def test_quatro_nao_e_feliz(self):
     eh_feliz(4) | should | equal_to(False)
예제 #6
0
 def test_sete_e_feliz(self):
     eh_feliz(7) | should | equal_to(True)
예제 #7
0
 def test_dois_nao_e_feliz(self):
     eh_feliz(2) | should | equal_to(False)
예제 #8
0
 def test_dez_e_feliz(self):
     eh_feliz(10) | should | equal_to(True)