summaryrefslogtreecommitdiff
path: root/test/linter/test_dogma.vader
blob: c8b599af22ea100ac0a1ecac00560a95889b9335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Before:
  call ale#assert#SetUpLinterTest('elixir', 'dogma')
  call ale#test#SetFilename('../test-files/elixir/mix_project/lib/app.ex')

After:
  call ale#assert#TearDownLinterTest()

Execute(Builds dogma command with a normal project):
  AssertLinterCwd ale#path#Simplify(g:dir . '/../test-files/elixir/mix_project')
  AssertLinter 'mix', 'mix help dogma && mix dogma %s --format=flycheck'

Execute(Builds dogma command with an umbrella project):
  call ale#test#SetFilename('../test-files/elixir/umbrella_project/apps/mix_project/lib/app.ex')

  AssertLinterCwd ale#path#Simplify(g:dir . '/../test-files/elixir/umbrella_project')
  AssertLinter 'mix', 'mix help dogma && mix dogma %s --format=flycheck'