This repository contains a non exhaustive list of submissions that test Jutge.org's correction process.
Both basic functionality as well as some limits are tested.
git clone --recurse-submodules https://github.com/jutge-org/jutge-tests
To launch the tests (you should have Bun installed, and also NodeJS, since it seems Jest still depends on behavior from Node to run properly):
You will also need Docker
and the Jutge.org images locally. You may build them yourself or get them from Docker Hub.
bun install
bun run test
which will execute all tests.