This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/test/command_callback/test_scala_metals.vader

20 lines
757 B
Text

" Author: Jeffrey Lau https://github.com/zoonfafer
" Description: Tests for the Scala Metals linter
Before:
call ale#assert#SetUpLinterTest('scala', 'metals')
After:
call ale#assert#TearDownLinterTest()
Execute(should set metals for sbt project with build.sbt):
call ale#test#SetFilename('../scala_fixtures/valid_sbt_project/Main.scala')
AssertLSPLanguage 'scala'
AssertLSPOptions {}
AssertLSPConfig {}
AssertLSPProject ale#path#Simplify(g:dir . 'command_callback/../scala_fixtures/valid_sbt_project')
Execute(should not set metals for sbt project without build.sbt):
call ale#test#SetFilename('../scala_fixtures/invalid_sbt_project/Main.scala')
AssertLSPLanguage 'scala'
AssertLSPOptions {}
AssertLSPConfig {}
AssertLSPProject ''