Open
Description
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
.
Returns
:results
A map of test run data.
:status
Either done or indication of an error
Where is the best place to find out what is returned? Are there docs somewhere, or is the code the best place to look?