Closed smaximov closed 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.
exunit-verify
.ex
lib/
It depends on changes from #7.
Thanks for the PRs. Could you rebase with the master.
@ananthakumaran, I've rebased this branch.
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 inlib/
, it tries to find the corresponding test file and run its tests.It depends on changes from #7.