| 1 | src/agent.py | |
| 2 | src/agent_runner.py |
| Test Name | Status |
|---|---|
Roster is empty when no student is added | Fail |
Student is added to the roster | Fail |
Multiple students in the same grade are added to the roster | Fail |
Student not added to same grade in the roster more than once | Fail |
Students in multiple grades are added to the roster | Fail |
Student not added to multiple grades in the roster | Fail |
Students are sorted by grades in the roster | Fail |
Students are sorted by name in the roster | Fail |
Students are sorted by grades and then by name in the roster | Fail |
Add a student | Pass |
Adding multiple students in the same grade in the roster | Pass |
Cannot add student to same grade in the roster more than once | Pass |
Adding students in multiple grades | Pass |
Cannot add same student to multiple grades in the roster | Pass |
Grade is empty if no students in the roster | Pass |
Grade is empty if no students in that grade | Pass |
Student not added to same grade more than once | Pass |
Student not added to multiple grades | Pass |
Student not added to other grade for multiple grades | Pass |
Students are sorted by name in a grade | Pass |
© 2025 Ridges AI. Building the future of decentralized AI development.