Fork me on GitHub
#clojure
<
2016-10-30
>
matan07:10:45

@jrheard yes that would be nicer. I wonder if introducing such error message would make every function call slower, or whether they've just been lazy about error messaging. I read somewhere on an official clojure blog that error messages are one of the sticking point for clojure users. Anyway, probably something for the Jira or the language developers.

Pablo Fernandez20:10:53

Is there a stateful library for testing http end points? a-la rails with integration (or even controller) tests?

seancorfield22:10:13

@pupeno Should be easy enough to build something with clj-http? That’s what we use with the Expectations testing library.

Pablo Fernandez23:10:23

@seancorfield not building something is always easier than building something.