summaryrefslogtreecommitdiff
path: root/test/command_callback/test_gotype_command_callback.vader
blob: da9ceaf3153cb4e200f08e2f1778f894ef82c2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Before:
  call ale#assert#SetUpLinterTest('go', 'gotype')
  call ale#test#SetFilename('../go_files/testfile2.go')

After:
  call ale#assert#TearDownLinterTest()

Execute(The default gotype command should be correct):
  AssertLinter 'gotype',
  \ 'cd ' . ale#Escape(expand('%:p:h')) . ' &&  gotype .'

Execute(The gotype callback should ignore test files):
  call ale#test#SetFilename('bla_test.go')

  AssertLinter 'gotype', ''