Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Handle BaseException In Code Question | 2022-02-15 | -4/+11 | |
| | | | | | | | | Change the exception handler in the unittest template to handle BaseExceptions that don't inherit from Exception. Additionally, account for user invoked system exits. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Patch `sys.__stdout__` In Code Questions | 2022-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 snippets | 2021-02-26 | -2/+4 | |
| | ||||
* | Add return code 7 for processes killed by NsJail | 2021-02-25 | -0/+2 | |
| | ||||
* | Add return code 6 for exceptions when loading module | 2021-02-25 | -3/+8 | |
| | ||||
* | Don't communicate the traceback back to the backend | 2021-02-24 | -2/+1 | |
| | ||||
* | Move most of the unittest template inside of the handler | 2021-02-24 | -12/+11 | |
| | ||||
* | Document unittest code | 2021-02-24 | -6/+7 | |
| | ||||
* | Don't lint the unittest template | 2021-02-24 | -0/+1 | |
| | ||||
* | Add unittest template | 2021-02-24 | -0/+81 | |