summaryrefslogtreecommitdiff
path: root/test/command_callback/test_gotype_command_callback.vader
blob: 1898a0cba74ba9a310335864411cd143588bfd2b (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',
  \ ale#path#CdString(expand('%:p:h')) . ' gotype .'

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

  AssertLinter 'gotype', ''