From a42999a639b2916b769a85f37d037be314d9d61b Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 15 Jul 2018 18:24:53 +0100 Subject: Massively reduce the amount of code needed for linter tests --- test/command_callback/test_phpmd_command_callbacks.vader | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'test/command_callback/test_phpmd_command_callbacks.vader') diff --git a/test/command_callback/test_phpmd_command_callbacks.vader b/test/command_callback/test_phpmd_command_callbacks.vader index 928b9771..64922820 100644 --- a/test/command_callback/test_phpmd_command_callbacks.vader +++ b/test/command_callback/test_phpmd_command_callbacks.vader @@ -1,20 +1,12 @@ Before: - Save g:ale_php_phpmd_executable - - unlet! g:ale_php_phpmd_executable - - runtime ale_linters/php/phpmd.vim + call ale#assert#SetUpLinterTest('php', 'phpmd') After: - Restore - - call ale#linter#Reset() + call ale#assert#TearDownLinterTest() Execute(Custom executables should be used for the executable and command): let g:ale_php_phpmd_executable = 'phpmd_test' - AssertEqual 'phpmd_test', ale_linters#php#phpmd#GetExecutable(bufnr('')) - AssertEqual + AssertLinter 'phpmd_test', \ ale#Escape('phpmd_test') - \ . ' %s text cleancode,codesize,controversial,design,naming,unusedcode --ignore-violations-on-exit %t', - \ ale_linters#php#phpmd#GetCommand(bufnr('')) + \ . ' %s text cleancode,codesize,controversial,design,naming,unusedcode --ignore-violations-on-exit %t' -- cgit v1.2.3