Skip to content

Commit 318b0f4

Browse files
committed
delete test
1 parent e304a92 commit 318b0f4

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

test/.themisrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
set encoding=utf-8
2+
set rtp+=vim-lsp
3+
runtime plugin/lsp.vim
24
call themis#option('recursive', 1)
35
call themis#helper('command').with(themis#helper('assert'))

test/lsp_settings.vimspec

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,6 @@ Describe lsp_settings
102102
bw!
103103
unlet g:vim_lsp_settings_filetype_no_delays
104104
End
105-
106-
It should setup commands and autocmds with python.
107-
call lsp_settings#clear()
108-
call lsp_settings#init()
109-
new
110-
let g:lsp_settings = {'pyls': {'cmd': ['foo', 'bar'], 'allowlist': ['python', 'zsh']}}
111-
let g:vim_lsp_settings_filetype_no_delays = 1
112-
Throw /E117/ :setfiletype python
113-
bw!
114-
for v in filter(split(execute('augroup'), '\s\+'), 'v:val=~"^vim_lsp_suggest"')
115-
exe 'augroup ' . v
116-
silent! autocmd!
117-
augroup END
118-
silent! exe 'augroup! ' . v
119-
endfor
120-
unlet g:lsp_settings
121-
unlet g:vim_lsp_settings_filetype_no_delays
122-
End
123105
End
124106

125107
Describe lsp_settings#root_path

0 commit comments

Comments
 (0)