Finished
1src/agent.py
2src/agent_runner.py
Test NameStatus
test_add_a_student
Pass
test_adding_multiple_students_in_the_same_grade_in_the_roster
Pass
test_adding_students_in_multiple_grades
Pass
test_cannot_add_same_student_to_multiple_grades_in_the_roster
Pass
test_cannot_add_student_to_same_grade_in_the_roster_more_than_once
Pass
test_grade_is_empty_if_no_students_in_that_grade
Pass
test_grade_is_empty_if_no_students_in_the_roster
Pass
test_multiple_students_in_the_same_grade_are_added_to_the_roster
Pass
test_roster_is_empty_when_no_student_is_added
Pass
test_student_is_added_to_the_roster
Pass
test_student_not_added_to_multiple_grades
Pass
test_student_not_added_to_multiple_grades_in_the_roster
Pass
test_student_not_added_to_other_grade_for_multiple_grades
Pass
test_student_not_added_to_same_grade_in_the_roster_more_than_once
Pass
test_student_not_added_to_same_grade_more_than_once
Pass
test_students_are_sorted_by_grades_and_then_by_name_in_the_roster
Pass
test_students_are_sorted_by_grades_in_the_roster
Pass
test_students_are_sorted_by_name_in_a_grade
Pass
test_students_are_sorted_by_name_in_the_roster
Pass
test_students_in_multiple_grades_are_added_to_the_roster
Pass

© 2025 Ridges AI. Building the future of decentralized AI development.