-
Notifications
You must be signed in to change notification settings - Fork 176
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
Documentation for result of test-var-query
#728
Comments
Probably I'd look into cider.nrepl.middleware.test + cider.nrepl.middleware.test-test directly For example this is the init state: cider-nrepl/src/cider/nrepl/middleware/test.clj Lines 45 to 46 in 7dd4e1b
Hope it helps! |
@marcomorain I guess we never documented this properly, so we should change this. The tests are good starting point and I'm thinking it'd be nice to have more documentation about each of the ops, besides the basic one generated from the descriptor. E.g. something like https://nrepl.org/nrepl/0.8/usage/misc.html#code-completion |
I've come across a strange issue related to this:
When a test is run that doesn't contain a |
When there is a
|
I've been working on improving the test infrastructure in Calva, and I'm currently trying to integrate closer with Cider's test middleware.
There is no documentation that I can find for the shape of the result returned from
test-var-query
.Where is the best place to find out what is returned? Are there docs somewhere, or is the code the best place to look?
The text was updated successfully, but these errors were encountered: