dodona-edu / universal-judge

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

Support before/after in DSL #498

Open niknetniko opened 4 months ago

niknetniko commented 4 months ago

The before attribute is actually used by people, e.g.

"before":  {
    "python": {
        "data": "import random; random.seed(7247)"
    }
},

This is currently not supported in the DSL, but it would be fairly easy to to do. Once we do, we can point more people towards the DSL (which has better error messages in general).