Skip to content

pgr0ss/vimux-bazel-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

vimux-bazel-test

Vim plugin to run bazel tests in vimux.

Requirements

Commands

  • RunAllBazelTests - runs all tests (bazel test //...)
  • RunTargetBazelTests - runs all tests in the current target (e.g. bazel test //mytarget:all)

Mapping

You can map these commands to leader keystrokes if you like:

map <silent> <LocalLeader>ba :wa<CR> :RunAllBazelTests<CR>
map <silent> <LocalLeader>bt :wa<CR> :RunTargetBazelTests<CR>

About

Vim plugin to run bazel tests in vimux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published