diff options
author | w0rp <devw0rp@gmail.com> | 2020-01-02 14:23:28 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-01-02 14:23:28 +0000 |
commit | 57eba1afacc5c0889767d85c8304066ac91856b5 (patch) | |
tree | 3f9049210c62c210e090bec580b969287747c6fe /test/handler | |
parent | 8c4c8dfd97b6a7d24b490f8645d7c54461c45d52 (diff) | |
download | ale-57eba1afacc5c0889767d85c8304066ac91856b5.zip |
Fix the build
Diffstat (limited to 'test/handler')
-rw-r--r-- | test/handler/test_mypy_handler.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/handler/test_mypy_handler.vader b/test/handler/test_mypy_handler.vader index 58d2b69e..039155a2 100644 --- a/test/handler/test_mypy_handler.vader +++ b/test/handler/test_mypy_handler.vader @@ -18,6 +18,8 @@ After: Execute(The mypy handler should parse lines correctly): call ale#test#SetFilename('__init__.py') + let g:ale_python_mypy_show_notes = 0 + AssertEqual \ [ \ { |