aboutsummaryrefslogtreecommitdiffstats
path: root/resources/unittest_template.py (follow)
Commit message (Collapse)AuthorAgeLines
* Patch `sys.__stdout__` In Code QuestionsGravatar Hassan Abouelela2022-02-15-4/+4
| | | | | | | | Patching just `sys.stdout` allowed users to still access stdout via `sys.__stdout__`. The same was true for stderr. Both have been explicitly patched now. Signed-off-by: Hassan Abouelela <[email protected]>
* Use base64 encoded code snippetsGravatar Matteo Bertucci2021-02-26-2/+4
|
* Add return code 7 for processes killed by NsJailGravatar Matteo Bertucci2021-02-25-0/+2
|
* Add return code 6 for exceptions when loading moduleGravatar Matteo Bertucci2021-02-25-3/+8
|
* Don't communicate the traceback back to the backendGravatar Matteo Bertucci2021-02-24-2/+1
|
* Move most of the unittest template inside of the handlerGravatar Matteo Bertucci2021-02-24-12/+11
|
* Document unittest codeGravatar Matteo Bertucci2021-02-24-6/+7
|
* Don't lint the unittest templateGravatar Matteo Bertucci2021-02-24-0/+1
|
* Add unittest templateGravatar Matteo Bertucci2021-02-24-0/+81