Skip to content

Instantly share code, notes, and snippets.

@gs
Created April 30, 2014 14:37
Show Gist options
  • Save gs/cf599bb6ebcbd9bffbff to your computer and use it in GitHub Desktop.
Save gs/cf599bb6ebcbd9bffbff to your computer and use it in GitHub Desktop.
elseif match(a:filename, '_test\.py$') != -1
" exec ":testify " . a:filename
exec ":silent !echo testify " . a:filename . " |pbcopy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment