aboutsummaryrefslogtreecommitdiffstats
path: root/backend/validation.py (unfollow)
Commit message (Expand)AuthorLines
2021-02-25Make use of list.copy() instead of [:]Gravatar Matteo Bertucci-2/+2
2021-02-25Don't try to parse the composed codeGravatar Matteo Bertucci-40/+32
2021-02-25Make use of .raise_for_status()Gravatar Matteo Bertucci-8/+6
2021-02-25Add return code 7 for processes killed by NsJailGravatar Matteo Bertucci-22/+27
2021-02-25Add return code 6 for exceptions when loading moduleGravatar Matteo Bertucci-4/+9
2021-02-24Don't communicate the traceback back to the backendGravatar Matteo Bertucci-2/+1
2021-02-24Properly handle return codes 5 and 99Gravatar Matteo Bertucci-14/+18
2021-02-24Move most of the unittest template inside of the handlerGravatar Matteo Bertucci-12/+11
2021-02-24Document unittest codeGravatar Matteo Bertucci-12/+23
2021-02-24Censor unittests on GET /forms/$idGravatar Matteo Bertucci-0/+16
2021-02-24Add support for hidden testsGravatar Matteo Bertucci-2/+17
2021-02-24Return 403 on failed testsGravatar Matteo Bertucci-1/+1
2021-02-24Don't lint the unittest templateGravatar Matteo Bertucci-0/+1
2021-02-24Switch to 100 chars line length and get rid of the noqasGravatar Matteo Bertucci-12/+22
2021-02-24Hook up unittesting in the submit protocolGravatar Matteo Bertucci-0/+14