mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-04 00:52:50 +08:00
#4454 Clean up root test directory tests
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.
This commit is contained in:
@@ -246,13 +246,7 @@ Execute(The quickfix window should be horizontal for the quickfix with appropria
|
||||
|
||||
AssertEqual 0, GetQuickfixIsVertical(8)
|
||||
|
||||
Execute(The buffer ale_open_list option should be respected):
|
||||
let b:ale_open_list = 1
|
||||
|
||||
call ale#list#SetLists(bufnr('%'), g:loclist)
|
||||
Assert ale#list#IsQuickfixOpen()
|
||||
|
||||
Execute(The buffer ale_keep_list_window_open option should be respected):
|
||||
Execute(buffer-local options should be respected):
|
||||
let b:ale_open_list = 1
|
||||
let b:ale_keep_list_window_open = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user