nrepl

Marc O'Morain 2021-10-27T19:49:38.001100Z

I’ve just noticed the cider-nrepl test op is marked as deprecated: https://docs.cider.mx/cider-nrepl/nrepl-api/ops.html#test Is there a suggested new way to run tests?

Marc O'Morain 2021-11-05T15:24:01.005Z

thanks 👍

pez 2021-10-27T20:01:03.001200Z

Calva uses test-var-query, which I think is the new way. At least I thought so when implementing it. 😃

bozhidar 2021-10-28T05:43:00.001400Z

Yeah, that's true.

bozhidar 2021-10-28T05:43:39.001600Z

It's basically one flexible op that replaces several highly specialized ops.