summaryrefslogtreecommitdiff
path: root/test/linter/test_scala_metals.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_scala_metals.vader')
-rw-r--r--test/linter/test_scala_metals.vader21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/linter/test_scala_metals.vader b/test/linter/test_scala_metals.vader
new file mode 100644
index 00000000..b14e3e02
--- /dev/null
+++ b/test/linter/test_scala_metals.vader
@@ -0,0 +1,21 @@
+" 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('../test-files/scala/valid_sbt_project/Main.scala')
+ AssertLSPLanguage 'scala'
+ AssertLSPOptions {}
+ AssertLSPConfig {}
+ AssertLSPProject ale#test#GetFilename('../test-files/scala/valid_sbt_project')
+
+Execute(should not set metals for sbt project without build.sbt):
+ call ale#test#SetFilename('../test-files/scala/invalid_sbt_project/Main.scala')
+ AssertLSPLanguage 'scala'
+ AssertLSPOptions {}
+ AssertLSPConfig {}
+ AssertLSPProject ''