Is there a way to disable the cute messages when tests fail? (a la "No one is perfect" et al.?)
It can get to be cumbersome during repeated unit tests.
> test_file('myscript.R')
✔ | OK F W S | Context
⠹ | 3 | 0Error in x[[method]](...) : attempt to apply non-function
══ Results ════════════════════════════════════════════
OK: 3
Failed: 5
Warnings: 0
Skipped: 0
No-one is perfect!
Apologies if there's an obvious answer or configurable option I'm missing.