Do we have any way of printing warnings or info du...
# kotest-contributors
e
Do we have any way of printing warnings or info during test runs?
m
hmmm I was using print at my place, isn’t the best way of logging that 😓 A while back there was some logging interface implemented in kotest right? I haven’t really looked too deeply on it but..
e
I've seen us use
MessageCollector
during IR generation , and we have an internal
Logger
class but it seems to be primarily meant for debugging Kotest itself (Only logs when
KOTEST_DEBUG
is set to true)
I was thinking of this use case: https://github.com/kotest/kotest/issues/3390 Would be nice to warn on container scopes missing tests, and I think it could be useful as a default