예제 #1
0
 def test_should_not_be_multiple(self):
     self.assertFalse(problem_1.multiple_3_or_5(4))
예제 #2
0
 def test_should_be_multiple(self):
     self.assertTrue(problem_1.multiple_3_or_5(30))