" don't execute any shell commands
function! test#strategy#basic(cmd)
endfunction

" don't execute any shell commands
function! test#strategy#dispatch(cmd)
endfunction

" don't execute any shell commands
function! test#strategy#neovim(cmd)
endfunction

" don't execute any VimScript commands
function! test#strategy#vimscript(cmd)
endfunction
