On Dec 21, 10:35 am, Alyssa Kwan <[email protected]> wrote:
> What about when I need to delete a unit test?  Reloading the test
> buffer doesn't remove it, and I need to either restart swank or
> reconnect slime, or manually remove those tests using (unmap-ns).
> Surely there's a better way...

If you're already using swank then you can try clojure-test-mode; it
clears out all deftests in between test runs.

https://github.com/technomancy/clojure-mode/blob/master/clojure-test-mode.el

It also highlights failures in the test buffer for better feedback.

-Phil

-- 
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

Reply via email to