Cannot Capture/Ignore Errors in ExUnit test inside Livebook. #1350
Unanswered
BrooklinJazz
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I don't think we can tackle this one. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to run tests inside of Livebook, and ignore errors and warnings because they clutter the test output. (I specifically catch errors and format the output or provide helpful hints in my use case)
It seems like logs are printed to the Livebook display regardless of if I capture them or not inside an ExUnit test.
Unlike how ExUnit would run inside a mix project.
Is there a way I can disable warnings and errors that occur during the test?
Beta Was this translation helpful? Give feedback.
All reactions