From b2fe1b2567a1a1e6a5e2ff805a46fa7f546ce62c Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 26 Feb 2017 14:51:22 +0000 Subject: Copy all loclist items returned from handlers, and set up defaults for convenience --- test/test_mypy_handler.vader | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/test_mypy_handler.vader') diff --git a/test/test_mypy_handler.vader b/test/test_mypy_handler.vader index f886501f..e161f8ae 100644 --- a/test/test_mypy_handler.vader +++ b/test/test_mypy_handler.vader @@ -6,20 +6,16 @@ Execute(The mypy handler should parse lines correctly): \ { \ 'bufnr': 347, \ 'lnum': 4, - \ 'vcol': 0, \ 'col': 0, \ 'text': "No library stub file for module 'django.db'", \ 'type': 'E', - \ 'nr': -1, \ }, \ { \ 'bufnr': 347, \ 'lnum': 40, - \ 'vcol': 0, \ 'col': 5, \ 'text': "Some other problem", \ 'type': 'E', - \ 'nr': -1, \ }, \ ], \ ale_linters#python#mypy#Handle(347, [ -- cgit v1.2.3