Say I wanted to output a lot of debug information ...
# kotest
j
Say I wanted to output a lot of debug information with my tests, how would I do that? Seems "print" and such doesn't show up in the output (in IDEA's parsing)
s
print should work, but IDEA does this thing where it hides certain output depending on what test you have highlighted.
✔️ 1
l
I usually just print stuff and set breakpoints
I normally don't leave logs in my tests