Skip to content

kcurtin/vim-test-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Test runner that supports Rspec and ExUnit

Autodetects test framework based on the file you are in.

Install with vundler:

Bundle 'kcurtin/vim-test-runner'

Add the keybindings do your .vimrc:

let g:rspec_command = ":!rspec {test} --color --format progress"
let g:mix_test_command = ":!mix test {test}"

map <Leader>r :call RunCurrentTestFile()<CR>
map <Leader>a :call RunAllTests()<CR>
map <Leader>s :call RunNearestTest()<CR>
map <Leader>l :call RunLastTest()<CR>

About

Test support for ExUnit and rspec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published