def load_ioi_tests()

in run_tests/utils.py [0:0]


def load_ioi_tests(year: int, problem_id: str) -> dict[str, tuple[str, str]]:
    """
        Load IOI tests for a given year and problem id.
    """
    return load_ioi_tests_for_year(year)[problem_id]