ananthakumaran / exunit.el

Emacs ExUnit test runner
42 stars 15 forks source link

Make `exunit-verify` run tests associated with the current buffer #8

Closed smaximov closed 5 years ago

smaximov commented 5 years ago

If the current buffer is a test file, the behaviour of exunit-verify is the same as before: run all tests for in this file. Otherwise, e.g. it's an .ex source file in lib/, it tries to find the corresponding test file and run its tests.

It depends on changes from #7.

ananthakumaran commented 5 years ago

Thanks for the PRs. Could you rebase with the master.

smaximov commented 5 years ago

@ananthakumaran, I've rebased this branch.