File: test_haskell_stack_build.vader

package info (click to toggle)
vim-ale 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,764 kB
  • sloc: sh: 499; python: 311; perl: 31; makefile: 4; xml: 4; javascript: 1
file content (13 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Before:
  call ale#assert#SetUpLinterTest('haskell', 'stack_build')

After:
  call ale#assert#TearDownLinterTest()

Execute(The linter should not be executed when there's no stack.yaml file):
  AssertLinterNotExecuted

Execute(The linter should be executed when there is a stack.yaml file):
  call ale#test#SetFilename('../test-files/stack/test.hs')

  AssertLinter 'stack', 'stack build --fast'