summaryrefslogtreecommitdiff
path: root/tests/functional/ext/code_style/cs_prefer_typing_namedtuple.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/ext/code_style/cs_prefer_typing_namedtuple.txt')
-rw-r--r--tests/functional/ext/code_style/cs_prefer_typing_namedtuple.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/ext/code_style/cs_prefer_typing_namedtuple.txt b/tests/functional/ext/code_style/cs_prefer_typing_namedtuple.txt
new file mode 100644
index 000000000..a9bf6751b
--- /dev/null
+++ b/tests/functional/ext/code_style/cs_prefer_typing_namedtuple.txt
@@ -0,0 +1,2 @@
+prefer-typing-namedtuple:4:11:4:66::Prefer 'typing.NamedTuple' over 'collections.namedtuple':INFERENCE
+prefer-typing-namedtuple:7:4:7:59:SearchMatch:Prefer 'typing.NamedTuple' over 'collections.namedtuple':INFERENCE