-
Notifications
You must be signed in to change notification settings - Fork 27
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
clojure-test: Exception report is not read
able
#67
Comments
The Anyhow, that's probably orthogonal to what's being pointed out here? I have the vague notion that the second arg to |
Ah, yes. That behavior sounds much better. Orthogonal, but better. Opened #68. This issue title more describes a fix than the problem. The problem is that the error report is not readable data, since |
pr-str
in exception reportingread
able
Problem: when an exception occurs in
checking
, the resulting exception is not presented to the user in aread
able format.I believe the final argument to
is
needs apr-str
to print correctly here.Without a
pr-str
, data like""
andnil
print as nothing.The text was updated successfully, but these errors were encountered: