def test_old2(self): self.assertEqual(main.old(2), 2, "The old test failed on 2")
def test_old3(self): self.assertEqual(main.old(10), 10, "The old test failed on 10")
def test_old1(self): self.assertEqual(main.old(23), 23, "The old test failed on 23")