grading
Version:
Grading of student submissions, in particular programming tests.
7 lines (4 loc) • 593 B
Markdown
These tests are used for grading the submissions.
They will be copied to folder `check/tests` in each submitted project. I.e. they will be run from a similar folder as in the solution.
In order to distinguish user tests from these check tests, a different name pattern is to be used. Instead of using `*.test.ts`, `*.check.ts` is used. This is activated by the special jest configuration `jest.check.config.js`.
If you need any special packages to run the check tests, install these packages in the `checkInDocker.sh` script (or whatever script you configure when running the grading tool).