Run test at mark?
I know there's a way to run a single test, and there's a way to remotely evaluate a form at a mark, but is there a way to set mark on a test and run it repeatedly while working on a different part of the code? Thanks!
to run a single test
Do you mean :PlenaryBustedFile {spec_file}? Where {spec_file} is a Lua file under lua/conjure-spec/.
If that is the case, then after the first time that you run the test from the Neovim command line, you can repeat it by pressing the : (to enter command line mode) followed by the up arrow key (command line history) and pressing the Enter/Return key (to run the command).
I suspect this is a Clojure feature request? So the run test functionality could be executed remotely at a mark. I don't think that's a bad idea if so.