Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status queries against lein midje :autotest #61

Open
ghost opened this issue Aug 16, 2016 · 1 comment
Open

Status queries against lein midje :autotest #61

ghost opened this issue Aug 16, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 16, 2016

I imagine a server mode for lein midje :autotest where it would report the last status of the tests, e.g. using a HTTP API returning JSON objects:

GET("/api/v1/tests")
=> [{:namespace 'name.space}]
GET("/api/v1/tests/:namespace/status")
=> {:namespace 'name.space
    :filename "/full/path"
    :status :failure/:success/...
    :message "Detailed failure information from the test engine"
    :coverage 0.1234}
@marick
Copy link
Owner

marick commented Aug 19, 2016

I like the idea of a server mode. I'm now moving from Clojure to Elixir/Erlang, have naturally been thinking of testing extensions, and the idea of a test server fits naturally into that.

But I do not expect to do more work on lein-midej.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant