diff options
Diffstat (limited to 'test/linter/test_sqllint.vader')
-rw-r--r-- | test/linter/test_sqllint.vader | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/linter/test_sqllint.vader b/test/linter/test_sqllint.vader new file mode 100644 index 00000000..eea9b4e0 --- /dev/null +++ b/test/linter/test_sqllint.vader @@ -0,0 +1,12 @@ +Before: + " Load the linter and set up a series of commands, reset linter variables, + " clear caches, etc. + " + " Vader's 'Save' command will be called here for linter variables. + call ale#assert#SetUpLinterTest('sql', 'sqllint') + +After: + call ale#assert#TearDownLinterTest() + +Execute(The default command should be correct): + AssertLinter 'sql-lint', ['sql-lint'] |