arthurnn / minitest-emacs

A minitest mode for emacs
49 stars 26 forks source link

add minitest toggle between test and target function #59

Closed waymondo closed 10 months ago

waymondo commented 10 months ago

rspec-mode has a helpful command for toggling between your current app file and the test for it, or vice versa. additionally, if the test file does not exist yet, it will create one for you. this ports that behavior to minitest-mode as well.

gcentauri commented 10 months ago

@waymondo thanks!

i've been meaning to add this for a long time, but never got lazy enough to actually do it 🙃

i've pulled your branch and i'm test driving it now.

gcentauri commented 10 months ago

i'll merge this to the main branch so there should be a new release out on MELPA. we can drive that for a little while before making a new stable release.