-
Notifications
You must be signed in to change notification settings - Fork 17
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
test csvtojson in CI #120
Labels
enhancement
New feature or request
Milestone
Comments
Closed
musoke
added a commit
to musoke/sandbag
that referenced
this issue
Jun 28, 2023
`src/data/csvtojson.ts` is a script used to convert CSV tables of grades to JSON files used by sandbag at run time. The script is not tested in CI, so it is not obvious if it is broken, or if someone forgot to run it when changing grade tables. Add tests of this script. Also check that it does not change the correspondning JSON files during testing. Fixes: OpenBeta#120
musoke
added a commit
to musoke/sandbag
that referenced
this issue
Jun 28, 2023
`src/data/csvtojson.ts` is a script used to convert CSV tables of grades to JSON files used by sandbag at run time. The script is not tested in CI, so it is not obvious if it is broken, or if someone forgot to run it when changing grade tables. Add tests of this script. Also check that it does not change the correspondning JSON files during testing. Fixes: OpenBeta#120
musoke
added a commit
to musoke/sandbag
that referenced
this issue
Jun 28, 2023
`src/data/csvtojson.ts` is a script used to convert CSV tables of grades to JSON files used by sandbag at run time. The script is not tested in CI, so it is not obvious if it is broken or if someone forgot to run it while changing grade tables. Add tests of this script. Also check that it does not change the corresponding JSON files during testing. Fixes: OpenBeta#120
musoke
added a commit
to musoke/sandbag
that referenced
this issue
Jun 28, 2023
`src/data/csvtojson.ts` is a script used to convert CSV tables of grades to JSON files used by sandbag at run time. The script is not tested in CI, so it is not obvious if it is broken or if someone forgot to run it while changing grade tables. Add tests of this script. Also check that it does not change the corresponding JSON files during testing. Fixes: OpenBeta#120
musoke
added a commit
to musoke/sandbag
that referenced
this issue
Jun 28, 2023
`src/data/csvtojson.ts` is a script used to convert CSV tables of grades to JSON files used by sandbag at run time. The script is not tested in CI, so it is not obvious if it is broken or if someone forgot to run it while changing grade tables. Add tests of this script. Also check that it does not change the corresponding JSON files during testing. Fixes: OpenBeta#120
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently https://github.com/OpenBeta/sandbag/blob/f3e46f8d6855a614cdf59138d0b9d9829f9efcca/src/data/csvtojson.ts is only run during development. It has no tests in CI.
The text was updated successfully, but these errors were encountered: