def test_is_amicable_number(self): self.assertTrue(my_module.is_amicable_number(220)) self.assertFalse(my_module.is_amicable_number(1))