From f7852dbd0a063d6d82ee17a5057fea53cb79b21d Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 21 Mar 2021 00:21:49 +0000 Subject: #3633 - Move linter tests into test/linter --- .../test_glslls_command_callback.vader | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/command_callback/test_glslls_command_callback.vader (limited to 'test/command_callback/test_glslls_command_callback.vader') diff --git a/test/command_callback/test_glslls_command_callback.vader b/test/command_callback/test_glslls_command_callback.vader deleted file mode 100644 index 133c2a2f..00000000 --- a/test/command_callback/test_glslls_command_callback.vader +++ /dev/null @@ -1,19 +0,0 @@ -Before: - call ale#assert#SetUpLinterTest('glsl', 'glslls') - -After: - call ale#assert#TearDownLinterTest() - -Execute(The default command should be correct): - AssertLinter 'glslls', ale#Escape('glslls') . ' --stdin' - -Execute(Executable should be configurable): - let b:ale_glsl_glslls_executable = 'foobar' - - AssertLinter 'foobar', ale#Escape('foobar') . ' --stdin' - -Execute(Setting logfile should work): - let b:ale_glsl_glslls_logfile = '/tmp/test.log' - - AssertLinter 'glslls', - \ ale#Escape('glslls') . ' --verbose -l /tmp/test.log --stdin' -- cgit v1.2.3