summaryrefslogtreecommitdiff
path: root/test/linter/test_ibm_openapi_validator.vader
blob: 3484cc093445dd8d470a61230244cd0b05199964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Before:
  call ale#assert#SetUpLinterTest('openapi', 'ibm_validator')

After:
  call ale#assert#TearDownLinterTest()

Execute(The yaml ibm-openapi-validator command callback should return the correct default string):
  AssertLinter 'lint-openapi', ale#Escape('lint-openapi') . ' %t'

Execute(The yaml ibm-openapi-validator command callback should be configurable):
  let g:ale_openapi_ibm_validator_executable = '~/.local/bin/lint-openapi'
  let g:ale_openapi_ibm_validator_options = '-c ~/.config'

  AssertLinter '~/.local/bin/lint-openapi', ale#Escape('~/.local/bin/lint-openapi')
  \ . ' -c ~/.config %t'