Phil,

Could you give me a little more detail as to why you can't use it? I
also work from the command line and this works very well for me. I
thought that this would work well for remote pairing. Do you work from
sources on your machine or from a server? Either way you should be
able to add the server to your project. The client can run from
anywhere. You can run one centralized client or one for each team
member. The main advantage of the web interface is that you have so
many more options for displaying information.

Having said that, if you cannot use it as it is or if you and others
think that a command line version would be better, then I would be
happy to do it. That would be much easier than what I have already
done.

Would you prefer a command line "client" so that you would still run
the server from your project and you could have any number of clients
connect to the same test server; or would it be better to just have a
Leiningen plugin that runs tests and formats the results with difform
and clj-stacktrace? Either would we fairly easy given the work I have
already done.

Brenton

On Jul 13, 9:40 pm, Phil Hagelberg <p...@hagelb.org> wrote:
> On Tue, Jul 13, 2010 at 12:33 PM, Brenton <bashw...@gmail.com> wrote:
> > Deview is a tool for running tests in Leiningen projects which use
> > clojure.test. Test results are much better than plain text. Any
> > exception, either at compile time or in a test failure, is filtered
> > using clj-stacktrace. For other failures a diff of the two forms is
> > displayed.
>
> > I hope someone else finds this as useful as I do.
>
> This is really cool!
>
> Unfortunately since I spend all my time in the terminal, (for remote
> pairing) I can't really use a web-based interface like this for normal
> work. Do you have any plans to create a command-line client? How hard
> would it be?
>
> Alternatively, do you know how much work it would be to wire difform
> directly into clojure.test so you'd get readable results from a
> standard "lein test" run?
>
> -Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to