Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Handle Improper Output For Unittests | 2022-07-01 | -35/+59 | |
* | Ensure All Tests Are Prefixed By `test_` | 2022-06-25 | -1/+2 | |
* | Make Unittests Async | 2022-06-24 | -6/+8 | |
* | Allow Setup For Unittests | 2022-06-24 | -2/+4 | |
* | Updates Unittest Filter To Match New Model | 2021-06-19 | -1/+1 | |
* | Handles Code Questions With No Tests | 2021-06-03 | -1/+13 | |
* | Records Failed Unittests | 2021-06-02 | -2/+5 | |
* | Adds Code Question Model | 2021-06-02 | -4/+4 | |
* | Obliterate the _unit_cache variable | 2021-02-27 | -3/+0 | |
* | Use base64 encoded code snippets | 2021-02-26 | -4/+4 | |
* | Properly hadnle hidden tests starting with test_ | 2021-02-25 | -1/+1 | |
* | Remove unused import | 2021-02-25 | -2/+4 | |
* | Make _make_unit_code more readable | 2021-02-25 | -1/+4 | |
* | Make use of list.copy() instead of [:] | 2021-02-25 | -2/+2 | |
* | Don't try to parse the composed code | 2021-02-25 | -40/+32 | |
* | Make use of .raise_for_status() | 2021-02-25 | -8/+6 | |
* | Add return code 7 for processes killed by NsJail | 2021-02-25 | -22/+25 | |
* | Add return code 6 for exceptions when loading module | 2021-02-25 | -1/+1 | |
* | Properly handle return codes 5 and 99 | 2021-02-24 | -14/+18 | |
* | Document unittest code | 2021-02-24 | -6/+14 | |
* | Censor unittests on GET /forms/$id | 2021-02-24 | -0/+13 | |
* | Add support for hidden tests | 2021-02-24 | -2/+17 | |
* | Switch to 100 chars line length and get rid of the noqas | 2021-02-24 | -1/+2 | |
* | Support code unit testing through snekbox | 2021-02-24 | -0/+91 |