diff options
| author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-11 12:01:19 +0200 |
|---|---|---|
| committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-11 12:01:19 +0200 |
| commit | a5e1d80e7551549c9e93da8cd29c8f9c054ba130 (patch) | |
| tree | 94b20b025641c7e6f2d831223202fb0d88fb85b7 /test | |
| parent | 4aa5a95bb889ce296efd493bd496fe16f64886cc (diff) | |
| download | pylint-git-a5e1d80e7551549c9e93da8cd29c8f9c054ba130.tar.gz | |
Add the method names for the 'signature-differs' and 'argument-differs'
warnings.
Closes issue #433.
Diffstat (limited to 'test')
| -rw-r--r-- | test/messages/func_interfaces.txt | 2 | ||||
| -rw-r--r-- | test/messages/func_w0205.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/messages/func_interfaces.txt b/test/messages/func_interfaces.txt index 3b444d7d6..a4cd21d62 100644 --- a/test/messages/func_interfaces.txt +++ b/test/messages/func_interfaces.txt @@ -3,4 +3,4 @@ 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 method +W: 71:BadArgument.troc: Arguments number differs from IMachin interface 'troc' method diff --git a/test/messages/func_w0205.txt b/test/messages/func_w0205.txt index 4b36dabac..83ac5de2c 100644 --- a/test/messages/func_w0205.txt +++ b/test/messages/func_w0205.txt @@ -1,2 +1,2 @@ -W: 22:Cdef.abcd: Signature differs from overridden method +W: 22:Cdef.abcd: Signature differs from overridden 'abcd' method |
