aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms/unittesting.py (follow)
Commit message (Expand)AuthorAgeLines
* Updates Unittest Filter To Match New ModelGravatar Hassan Abouelela2021-06-19-1/+1
* Handles Code Questions With No TestsGravatar Hassan Abouelela2021-06-03-1/+13
* Records Failed UnittestsGravatar Hassan Abouelela2021-06-02-2/+5
* Adds Code Question ModelGravatar Hassan Abouelela2021-06-02-4/+4
* Obliterate the _unit_cache variableGravatar Matteo Bertucci2021-02-27-3/+0
* Use base64 encoded code snippetsGravatar Matteo Bertucci2021-02-26-4/+4
* Properly hadnle hidden tests starting with test_Gravatar Matteo Bertucci2021-02-25-1/+1
* Remove unused importGravatar Matteo Bertucci2021-02-25-2/+4
* Make _make_unit_code more readableGravatar Matteo Bertucci2021-02-25-1/+4
* Make use of list.copy() instead of [:]Gravatar Matteo Bertucci2021-02-25-2/+2
* Don't try to parse the composed codeGravatar Matteo Bertucci2021-02-25-40/+32
* Make use of .raise_for_status()Gravatar Matteo Bertucci2021-02-25-8/+6
* Add return code 7 for processes killed by NsJailGravatar Matteo Bertucci2021-02-25-22/+25
* Add return code 6 for exceptions when loading moduleGravatar Matteo Bertucci2021-02-25-1/+1
* Properly handle return codes 5 and 99Gravatar Matteo Bertucci2021-02-24-14/+18
* Document unittest codeGravatar Matteo Bertucci2021-02-24-6/+14
* Censor unittests on GET /forms/$idGravatar Matteo Bertucci2021-02-24-0/+13
* Add support for hidden testsGravatar Matteo Bertucci2021-02-24-2/+17
* Switch to 100 chars line length and get rid of the noqasGravatar Matteo Bertucci2021-02-24-1/+2
* Support code unit testing through snekboxGravatar Matteo Bertucci2021-02-24-0/+91