diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-12-17 21:51:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 21:51:21 +0000 |
commit | 65a99c16153fdc15184f836b9fb66d4a7b29064b (patch) | |
tree | 584e1fdf869c4129c4165961cbb2df92a9d45eeb | |
parent | c4956657dc519aaae679b5a04af9b63b0aacabbe (diff) | |
parent | ad1aee0b890a3609cede4cc11eb02f798e63fbf5 (diff) | |
download | ale-65a99c16153fdc15184f836b9fb66d4a7b29064b.zip |
Merge pull request #1235 from nickdiego/master
Fix typos in flake8 test messages
-rw-r--r-- | test/command_callback/test_flake8_command_callback.vader | 2 | ||||
-rw-r--r-- | test/handler/test_flake8_handler.vader | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/command_callback/test_flake8_command_callback.vader b/test/command_callback/test_flake8_command_callback.vader index 47d5c0fd..8cb4ded2 100644 --- a/test/command_callback/test_flake8_command_callback.vader +++ b/test/command_callback/test_flake8_command_callback.vader @@ -158,7 +158,7 @@ Execute(Using `python -m flake8` should be supported for running flake8): \ ale#Escape('python') . ' -m flake8 --some-option --format=default -', \ ale_linters#python#flake8#GetCommand(bufnr(''), ['2.9.9']) -Execute(Using `python2 -m flake8` should be use with the old args option): +Execute(Using `python2 -m flake8` should be supported with the old args option): let g:ale_python_flake8_executable = 'python2' let g:ale_python_flake8_args = '-m flake8' let g:ale_python_flake8_use_global = 0 diff --git a/test/handler/test_flake8_handler.vader b/test/handler/test_flake8_handler.vader index 8b440392..492941c9 100644 --- a/test/handler/test_flake8_handler.vader +++ b/test/handler/test_flake8_handler.vader @@ -48,7 +48,7 @@ Execute(The flake8 handler should handle basic warnings and syntax errors): \ 'stdin:8:3: E999 SyntaxError: invalid syntax', \ ]) -Execute(The flake8 handler should set end column indexes should be set for certain errors): +Execute(The flake8 handler should set end column indexes for certain errors): AssertEqual \ [ \ { |