mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-20 16:48:34 +08:00
#3633 - Move linter tests into test/linter
This commit is contained in:
9
test/linter/test_systemd_analyze.vader
Normal file
9
test/linter/test_systemd_analyze.vader
Normal file
@@ -0,0 +1,9 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('systemd', 'systemd_analyze')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The default command should be correct):
|
||||
AssertLinter 'systemd-analyze',
|
||||
\ 'SYSTEMD_LOG_COLOR=0 ' . ale#Escape('systemd-analyze') . ' --user verify %s'
|
||||
Reference in New Issue
Block a user