In the Python template, capturing very long stdout or ctx makes test log useless or crashes runner
Even a fairly short output results in a long log line (all the output as one repr-formatted line), and the context dumps at various points are nearly impossible to read easily.
It is possible to crash the runner when it tries to log these huge context changes.
Edited by Daniel Silverstone