We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce1a62 commit 99cf687Copy full SHA for 99cf687
test/test_plugin.py
@@ -15,7 +15,7 @@
15
DOC_URI = f"file:/{Path(__file__)}"
16
DOC_TYPE_ERR = """{}.append(3)
17
"""
18
-TYPE_ERR_MSG = '"Dict[<nothing>, <nothing>]" has no attribute "append"'
+TYPE_ERR_MSG = '"Dict[<nothing>, <nothing>]" has no attribute "append" [attr-defined]'
19
20
TEST_LINE = 'test_plugin.py:279:8: error: "Request" has no attribute "id"'
21
TEST_LINE_WITHOUT_COL = "test_plugin.py:279: " 'error: "Request" has no attribute "id"'
@@ -108,7 +108,7 @@ def foo():
108
return
109
unreachable = 1
110
111
- DOC_ERR_MSG = "Statement is unreachable"
+ DOC_ERR_MSG = "Statement is unreachable [unreachable]"
112
113
# Initialize two workspace folders.
114
folder1 = tmpdir.mkdir("folder1")
0 commit comments