diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-16 21:19:07 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-16 21:20:08 +0100 |
commit | 5c778e1ae752163a849609318ace6c3c6a37d6f7 (patch) | |
tree | e63994ca0e20c554caa31b43f7e1a5fa62795b4d /test/fix/test_ale_fix.vader | |
parent | 5ceda0164c5fae0d61fd51d4c9e083b27abdc9d2 (diff) | |
download | ale-5c778e1ae752163a849609318ace6c3c6a37d6f7.zip |
Make it easier to run tests locally
Certain tests could break if you ran them separately from other tests.
They have been patched.
`run-tests` now has a `--fast` option which runs tests with only the
fastest Vim version ALE tests with, and the custom checks.
Diffstat (limited to 'test/fix/test_ale_fix.vader')
-rw-r--r-- | test/fix/test_ale_fix.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fix/test_ale_fix.vader b/test/fix/test_ale_fix.vader index c3dd20e4..6081f4e2 100644 --- a/test/fix/test_ale_fix.vader +++ b/test/fix/test_ale_fix.vader @@ -5,12 +5,14 @@ Before: Save g:ale_fix_on_save Save g:ale_lint_on_save Save g:ale_echo_cursor + Save g:ale_command_wrapper silent! cd /testplugin/test/fix unlet! b:ale_lint_on_save let g:ale_enabled = 0 let g:ale_echo_cursor = 0 + let g:ale_command_wrapper = '' let g:ale_run_synchronously = 1 let g:ale_set_lists_synchronously = 1 let g:ale_fix_buffer_data = {} |