Example #1
0
def test_enroll_user(  # noqa: F811
        course: Course, section_id: int, user_id: int) -> None:
    return course.section_enroll(section_id, user_id)
Example #2
0
def test_enroll_user(
        course: Course,  # noqa: F811
        section_id: int,  # noqa: F811
        user_id: int) -> None:  # noqa: F811
    return course.section_enroll(section_id, user_id)