summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_interfaces.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_interfaces.txt')
-rw-r--r--pylint/test/messages/func_interfaces.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/pylint/test/messages/func_interfaces.txt b/pylint/test/messages/func_interfaces.txt
new file mode 100644
index 0000000..a4cd21d
--- /dev/null
+++ b/pylint/test/messages/func_interfaces.txt
@@ -0,0 +1,6 @@
+E: 46:MissingMethod: Missing method 'truc' from IMachin interface
+E: 77:InterfaceCantBeFound: Undefined variable 'undefined'
+E: 88:InterfaceCanNowBeFound: Missing method 'troc' from IMachin interface
+E: 88:InterfaceCanNowBeFound: Missing method 'truc' from IMachin interface
+F: 77:InterfaceCantBeFound: failed to resolve interfaces implemented by InterfaceCantBeFound (undefined)
+W: 71:BadArgument.troc: Arguments number differs from IMachin interface 'troc' method