Exemplo n.º 1
0
 def test_should_not_be_multiple(self):
     self.assertFalse(problem_1.multiple_3_or_5(4))
Exemplo n.º 2
0
 def test_should_be_multiple(self):
     self.assertTrue(problem_1.multiple_3_or_5(30))