def test(): assert 1 + 1 == 2 if __name__ == "__main__": test() print("All tests passed!")