conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Run test at mark?

Open noahmoss opened this issue 3 months ago • 2 comments

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!

noahmoss avatar Sep 30 '25 16:09 noahmoss

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).

russtoku avatar Sep 30 '25 18:09 russtoku

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.

Olical avatar Oct 03 '25 10:10 Olical