summaryrefslogtreecommitdiff
path: root/test/command_callback/test_swift_sourcekitlsp_command_callbacks.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/command_callback/test_swift_sourcekitlsp_command_callbacks.vader')
-rw-r--r--test/command_callback/test_swift_sourcekitlsp_command_callbacks.vader21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/command_callback/test_swift_sourcekitlsp_command_callbacks.vader b/test/command_callback/test_swift_sourcekitlsp_command_callbacks.vader
deleted file mode 100644
index 1040d590..00000000
--- a/test/command_callback/test_swift_sourcekitlsp_command_callbacks.vader
+++ /dev/null
@@ -1,21 +0,0 @@
-Before:
- call ale#assert#SetUpLinterTest('swift', 'sourcekitlsp')
-
-After:
- call ale#assert#TearDownLinterTest()
-
-Execute(The default executable path should be correct):
- call ale#test#SetFilename('../test-files/swift/swift-package-project/src/folder/dummy.swift')
-
- AssertLinter 'sourcekit-lsp', ale#Escape('sourcekit-lsp')
-
-Execute(Should let users configure a global executable and override local paths):
- call ale#test#SetFilename('../test-files/swift/swift-package-project/src/folder/dummy.swift')
-
- let g:ale_sourcekit_lsp_executable = '/path/to/custom/sourcekitlsp'
-
- AssertLinter '/path/to/custom/sourcekitlsp',
- \ ale#Escape('/path/to/custom/sourcekitlsp')
-
-Execute(The language should be correct):
- AssertLSPLanguage 'swift'