How to test the tested-universal-judge locally #113
-
I'm a teacher and I use dodona to teach my studends how to program. I create my own exercises and tests and would like to use the universal-judge (rather than the csharp judge). I've pulled the dodona/dodona-tested image on docker, I've also build my own image starting from the source code of the universal judge. When I open my exercise folder in a container based on these images i get an error when running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi Brecht The dockerfile only contains the dependencies, not the TESTed source itself. You'll thus indeed have to include the TESTed source and your exercises within the docker environment. A docker compose file might be the simplest way to do this. The TESTed repo also has a |
Beta Was this translation helpful? Give feedback.
For the devcontainer. I've TESTed your exercise repo with the following devcontainer.json:
This works for me. The changes made to your file: