summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel van Noord <13665637+DanielNoord@users.noreply.github.com>2023-02-20 20:47:06 +0100
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-02-20 23:04:52 +0100
commitd0ac5a24d9978ba093aa2c999223652232ad59c0 (patch)
tree4d8464c4fd33a5eb7dbecd135752e83fd3ecf529 /tests
parent6ed0003323d097ab57444f1d3a9c1e4b40e378d4 (diff)
downloadpylint-git-d0ac5a24d9978ba093aa2c999223652232ad59c0.tar.gz
Fix test for ``plugin_does_not_exists``
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/ext/plugin_does_not_exists.py2
-rw-r--r--tests/functional/ext/plugin_does_not_exists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional/ext/plugin_does_not_exists.py b/tests/functional/ext/plugin_does_not_exists.py
index 8b31d2348..a40dc53dd 100644
--- a/tests/functional/ext/plugin_does_not_exists.py
+++ b/tests/functional/ext/plugin_does_not_exists.py
@@ -1,4 +1,4 @@
-# pylint: disable=missing-docstring
+# pylint: disable=missing-docstring # [bad-plugin-value]
from shadok import ShadokInteger # [import-error]
diff --git a/tests/functional/ext/plugin_does_not_exists.txt b/tests/functional/ext/plugin_does_not_exists.txt
index da671f35e..833e89174 100644
--- a/tests/functional/ext/plugin_does_not_exists.txt
+++ b/tests/functional/ext/plugin_does_not_exists.txt
@@ -1 +1,2 @@
+bad-plugin-value:1:0:None:None::Plugin 'pylint.extensions.check_does_not_exists_in_venv' is impossible to load, is it installed ? ('No module named 'pylint.extensions.check_does_not_exists_in_venv''):UNDEFINED
import-error:3:0:3:32::Unable to import 'shadok':UNDEFINED