def test_should_not_be_multiple(self):
     self.assertFalse(problem_1.multiple_3_or_5(4))
 def test_should_be_multiple(self):
     self.assertTrue(problem_1.multiple_3_or_5(30))