aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/__init__.py (follow)
Commit message (Collapse)AuthorAgeLines
* Refactor writing of input files into a separate functionGravatar Mark2023-10-27-1/+1
|
* Fixed unit testsGravatar Ionite2022-11-16-2/+2
|
* Fix NsJail patch for API testsGravatar Mark2022-06-06-1/+1
|
* Add black and isortGravatar MarkKoz2022-06-03-4/+1
|
* Set NsJail log level to warning during API testsGravatar MarkKoz2021-12-21-0/+3
|
* Respond to eval with stdout, stderr, and the return codeGravatar MarkKoz2019-06-05-1/+7
| | | | | | | | | The previous implementation limited the client's flexibility in presenting the results of the process. A process can write to both stdout and stderr and do so even when the return code is not 0 or 1. * Return a CompletedProcess from NsJail * Don't check the return code; this should be done client-side now
* Move SnekAPI import back to top of moduleGravatar MarkKoz2019-05-29-1/+2
|
* Add API tests for eval resourceGravatar MarkKoz2019-05-29-0/+16