aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/test_eval.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add logging for NsJailGravatar MarkKoz2019-06-05-1/+1
| | | | | | | | | | | NsJail's is configured to log to a temporary file rather than stderr. The contents of the file are parsed using regex after the process exits. When not debugging, some blacklisted messages and most info-level messages are skipped. * Add a snekbox logger * Log the Python code being executed if debugging * Use nested single quotes in a test to fix a linter error
* Add API tests for eval resourceGravatar MarkKoz2019-05-29-0/+49