You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 known things can cause messages containing 'out' when running tests:
Exceptions during the require phase of the test operation will cause exceptions to be printed
Any println, etc. inside of the test itself.
A cursory play with emacs showed that this on a per-assertion is lost when using cider. I suspect it is expected to show up in the REPL or something, but vim doesn't have that.
I can spit the outputs to the top of the output when running the tests, but they won't be interweaved with the assertions that created them. This may warrant some upstream cider-nrepl changes, but it may be hard to achieve that without breaking the workflow of existing cider.el users.
The text was updated successfully, but these errors were encountered:
2 known things can cause messages containing
'out'
when running tests:require
phase of thetest
operation will cause exceptions to be printedprintln
, etc. inside of the test itself.A cursory play with emacs showed that this on a per-assertion is lost when using cider. I suspect it is expected to show up in the REPL or something, but vim doesn't have that.
I can spit the outputs to the top of the output when running the tests, but they won't be interweaved with the assertions that created them. This may warrant some upstream cider-nrepl changes, but it may be hard to achieve that without breaking the workflow of existing cider.el users.
The text was updated successfully, but these errors were encountered: