-
-
Notifications
You must be signed in to change notification settings - Fork 633
Additional Test Cases for GradeSchool given a same student add twice to different grade #1337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you maybe looking at an older version of the tests? When I look at the current version I already see a test case for adding the same student twice in different grades: javascript/exercises/practice/grade-school/grade-school.spec.js Lines 80 to 85 in da0d8b2
|
That case is not covered in the current test case. |
@andsus Ah ok, I got the point now. The list of test cases for this exercise originate in another repository: https://github.com/exercism/problem-specifications While it is possible to add an extra test just for JavaScript, it is best to fix the shared content so all tracks benefit. Currently someone is in the process of fixing the grade school test cases, exercism/problem-specifications#1837. I left them a note regarding your input. |
Closing this as the person working on the grade school fixes confirmed they will incorporate your feedback. |
Currently the test case does not test the above scenario.
The GradeSchool exercise exists in many other track language, and this this use case is not tested across other tracks.
Let me know how to get started on reviewing this issue?
The text was updated successfully, but these errors were encountered: