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_scalac_command_callback.vader
2018-12-03 20:39:10 +00:00

13 lines
392 B
Text

Before:
call ale#assert#SetUpLinterTest('scala', 'scalac')
After:
call ale#assert#TearDownLinterTest()
Given scala(An empty Scala file):
Execute(The default executable and command should be correct):
AssertLinter 'scalac', ale#Escape('scalac') . ' -Ystop-after:parser %t'
Given scala.sbt(An empty SBT file):
Execute(scalac should not be run for sbt files):
AssertLinterNotExecuted