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_haskell_ghc_command_callbacks.vader | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'test/command_callback/test_haskell_ghc_command_callbacks.vader') diff --git a/test/command_callback/test_haskell_ghc_command_callbacks.vader b/test/command_callback/test_haskell_ghc_command_callbacks.vader index edaf2b98..2f33477d 100644 --- a/test/command_callback/test_haskell_ghc_command_callbacks.vader +++ b/test/command_callback/test_haskell_ghc_command_callbacks.vader @@ -1,23 +1,12 @@ Before: - Save g:ale_haskell_ghc_options - - unlet! g:ale_haskell_ghc_options - unlet! b:ale_haskell_ghc_options - - runtime ale_linters/haskell/ghc.vim + call ale#assert#SetUpLinterTest('haskell', 'ghc') After: - Restore - unlet! b:ale_haskell_ghc_options - call ale#linter#Reset() + call ale#assert#TearDownLinterTest() Execute(The options should be used in the command): - AssertEqual - \ 'ghc -fno-code -v0 %t', - \ ale_linters#haskell#ghc#GetCommand(bufnr('')) + AssertLinter 'ghc', 'ghc -fno-code -v0 %t' let b:ale_haskell_ghc_options = 'foobar' - AssertEqual - \ 'ghc foobar %t', - \ ale_linters#haskell#ghc#GetCommand(bufnr('')) + AssertLinter 'ghc', 'ghc foobar %t' -- cgit v1.2.3