diff options
author | w0rp <devw0rp@gmail.com> | 2019-02-06 22:00:11 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-02-06 22:00:11 +0000 |
commit | 81c73da3b98455c4ad11f32208dac3dcfa6e0da7 (patch) | |
tree | 4b52d8ceb590c51c7a6facf11dd638f1614502a9 /test/sign | |
parent | 3e11cbd18da3852fab5dee3f743bc60dc87f0775 (diff) | |
download | ale-81c73da3b98455c4ad11f32208dac3dcfa6e0da7.zip |
#2132 - lint and fix with ale#command#Run
A new function is added here which will later be modified for public use
in linter and fixer callbacks. All linting and fixing now goes through
this new function, to prove that it works in all cases.
Diffstat (limited to 'test/sign')
-rw-r--r-- | test/sign/test_linting_sets_signs.vader | 1 | ||||
-rw-r--r-- | test/sign/test_sign_placement.vader | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/sign/test_linting_sets_signs.vader b/test/sign/test_linting_sets_signs.vader index 3ccecf45..c72b0882 100644 --- a/test/sign/test_linting_sets_signs.vader +++ b/test/sign/test_linting_sets_signs.vader @@ -63,5 +63,6 @@ After: Execute(The signs should be updated after linting is done): ALELint + call ale#test#FlushJobs() AssertEqual [['1', 'ALEWarningSign'], ['2', 'ALEErrorSign']], CollectSigns() diff --git a/test/sign/test_sign_placement.vader b/test/sign/test_sign_placement.vader index e2d95ff0..41bed715 100644 --- a/test/sign/test_sign_placement.vader +++ b/test/sign/test_sign_placement.vader @@ -134,6 +134,7 @@ Given testft(A file with warnings/errors): Execute(The current signs should be set for running a job): ALELint + call ale#test#FlushJobs() AssertEqual \ [ |