summaryrefslogtreecommitdiff
path: root/tests/functional/c/class_members_py30.txt
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-24 16:52:24 +0100
committerGitHub <noreply@github.com>2021-11-24 16:52:24 +0100
commitbe149db10f756301a6f18c245fa799d7beec6648 (patch)
tree696a0591b57f0913c8831f49c600dcbb76bb43d1 /tests/functional/c/class_members_py30.txt
parentc056248a458330b1813c144310fbc5d4bb82a3d9 (diff)
downloadpylint-git-be149db10f756301a6f18c245fa799d7beec6648.tar.gz
Update functional test expected output (#5349)
* Add ``confidence`` to all expected functional test outputs * Make OutputLine accept end_line and end_column Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/functional/c/class_members_py30.txt')
-rw-r--r--tests/functional/c/class_members_py30.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/functional/c/class_members_py30.txt b/tests/functional/c/class_members_py30.txt
index c0fab25a7..a583d1de8 100644
--- a/tests/functional/c/class_members_py30.txt
+++ b/tests/functional/c/class_members_py30.txt
@@ -1,7 +1,7 @@
-no-member:14:8:MyClass.test:Instance of 'MyClass' has no 'incorrect' member:INFERENCE
-no-member:15:12:MyClass.test:Instance of 'MyClass' has no 'havenot' member:INFERENCE
-no-member:16:8:MyClass.test:Instance of 'MyClass' has no 'nonexistent1' member:INFERENCE
-no-member:17:8:MyClass.test:Instance of 'MyClass' has no 'nonexistent2' member:INFERENCE
-no-member:48:0::Instance of 'TestMetaclass' has no 'register' member:INFERENCE
-no-member:49:0::Instance of 'UsingMetaclass' has no 'test' member:INFERENCE
-no-member:63:27:MetaClass.whatever:Class 'MetaClass' has no 'missing' member:INFERENCE
+no-member:14:8:14:22:MyClass.test:Instance of 'MyClass' has no 'incorrect' member:INFERENCE
+no-member:15:12:15:24:MyClass.test:Instance of 'MyClass' has no 'havenot' member:INFERENCE
+no-member:16:8:16:25:MyClass.test:Instance of 'MyClass' has no 'nonexistent1' member:INFERENCE
+no-member:17:8:17:25:MyClass.test:Instance of 'MyClass' has no 'nonexistent2' member:INFERENCE
+no-member:48:0:48:24::Instance of 'TestMetaclass' has no 'register' member:INFERENCE
+no-member:49:0:49:21::Instance of 'UsingMetaclass' has no 'test' member:INFERENCE
+no-member:63:27:63:38:MetaClass.whatever:Class 'MetaClass' has no 'missing' member:INFERENCE