Hi,
I noticed that output from clojure.test's (run-tests) is not displayed
in the VimClojure REPL (launched with <LocalLeader>sr). I guessed it's
because clojure.test/*test-out* is not redefined appropriately (to
print to the vim buffer) like *out* is. So I tried the following at
the VimClojure REPL:
Clojure=> (binding [*test-out* *out*]
(run-tests))
Testing test.portaje
Ran 4 tests containing 12 assertions.
0 failures, 0 errors.
nil
Clojure=> (run-tests)
nil
Clojure=>
Is the mechanism that configures the *out* stream exposed somehow? Can
I tell it to process *test-out* as well?
I'm running VimClojure 2.1.2. Thanks for VimClojure, Meikel!
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---