From 2c8a857262d9fd8523938ca07eed590de1224fd3 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 19 Jun 2021 11:00:26 +0100 Subject: Move a test file to match the newer location --- .../test_protolint_command_callback.vader | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 test/command_callback/test_protolint_command_callback.vader (limited to 'test/command_callback') diff --git a/test/command_callback/test_protolint_command_callback.vader b/test/command_callback/test_protolint_command_callback.vader deleted file mode 100644 index 4463b629..00000000 --- a/test/command_callback/test_protolint_command_callback.vader +++ /dev/null @@ -1,24 +0,0 @@ -Before: - call ale#assert#SetUpLinterTest('proto', 'protolint') - call ale#test#SetFilename('test.proto') - -After: - call ale#assert#TearDownLinterTest() - -Execute(The default command should be correct): - AssertLinter 'protolint', - \ ale#Escape('protolint') - \ . ' lint' - \ . ' -reporter=unix' - \ . ' %s' - -Execute(The callback should include any additional options): - let b:ale_proto_protolint_executable = '/tmp/protolint' - let b:ale_proto_protolint_config = '/tmp/protolint.yaml' - - AssertLinter '/tmp/protolint', - \ ale#Escape('/tmp/protolint') - \ . ' lint' - \ . ' -config_path=' . ale#Escape('/tmp/protolint.yaml') - \ . ' -reporter=unix' - \ . ' %s' -- cgit v1.2.3