Created
November 1, 2012 21:36
-
-
Save renanivo/3996750 to your computer and use it in GitHub Desktop.
example of auto test with MakeGreen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:makegreen_stay_on_file = 1 " do not jump to the test file on errors | |
autocmd BufNewFile,BufRead *.py compiler nose | |
autocmd BufWritePost *.py MakeGreen -c nose.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment