Use dotnettest for running csharp tests
parent
74d2ae80a0
commit
23bc30beeb
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
" make test commands execute using dispatch.vim
|
" make test commands execute using dispatch.vim
|
||||||
let test#strategy = "dispatch"
|
let test#strategy = "dispatch"
|
||||||
|
let test#csharp#runner = "dotnettest"
|
||||||
|
|
||||||
" Map test running commands
|
" Map test running commands
|
||||||
nmap <silent> <Leader>tn :TestNearest<CR>
|
nmap <silent> <Leader>tn :TestNearest<CR>
|
||||||
|
|
Loading…
Reference in New Issue