dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 4 forks source link

Fix crash and add test #408

Closed niknetniko closed 11 months ago

niknetniko commented 11 months ago

In adding the types, we used zip_longest, which resulted in a crash if there were more values than expected in the test suite. This has been fixed to properly handle this.