Replies: 1 comment 1 reply
-
Hello, do you mean shuting down all logs if needed? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
Module.verify
(packageorg.koin.test.verify.verify
fromio.insert-koin:koin-test-junit4:3.3.0
) is very useful for testing the modules but it can generate a log of console output that in some cases is not needed.The idea would be to allow the user to control the verbosity of this output via an argument of the function verify.
Beta Was this translation helpful? Give feedback.
All reactions