diff --git a/lib/py_lint_adapter.rb b/lib/py_lint_adapter.rb index 1c742c56..22917804 100644 --- a/lib/py_lint_adapter.rb +++ b/lib/py_lint_adapter.rb @@ -2,7 +2,7 @@ class PyLintAdapter < TestingFrameworkAdapter REGEXP = %r{Your code has been rated at (-?\d+\.?\d*)/(\d+\.?\d*)} - ASSERTION_ERROR_REGEXP = /^(.*?\.py):(\d+):(.*?)\(([^,]*?), ([^,]*?),([^,]*?)\) (.*?)$/ + ASSERTION_ERROR_REGEXP = /^(.*?\.py):(\d+):(.*?)\(([^,]*?), ([^,]*?),([^,]*?)\) ((?>.|\r|\n)*?)(?