mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +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:
@@ -23,12 +23,7 @@ Execute(The command wrapper should work with a nice command):
|
||||
|
||||
call TestCommand('nice -n 5 foo bar', 'foo bar')
|
||||
|
||||
Execute(The command wrapper should work with a nice command with an explicit marker):
|
||||
let b:ale_command_wrapper = 'nice -n 5 %*'
|
||||
|
||||
call TestCommand('nice -n 5 foo bar', 'foo bar')
|
||||
|
||||
Execute(Wrappers with spread arguments in the middle should be supported):
|
||||
Execute(The command wrapper should spread arguments correctly):
|
||||
let b:ale_command_wrapper = 'wrap %* --'
|
||||
|
||||
call TestCommand('wrap foo bar --', 'foo bar')
|
||||
|
||||
Reference in New Issue
Block a user