third_party.pylibs.pylint.src/test/input
Emile Anclin ae065beb23 apply Alexander Artemenko patch for non-ascii caracters
This fixes #4683: Non-ASCII characters count double if utf8
2010-03-30 14:54:42 +02:00
..
__init__.py forget the past. 2006-04-26 10:48:09 +00:00
func___future___import_not_first_stmt.py forget the past. 2006-04-26 10:48:09 +00:00
func___name___access.py forget the past. 2006-04-26 10:48:09 +00:00
func_arguments.py Add a checker verifying that the arguments passed to a 2009-11-25 09:52:56 +01:00
func_assert_2uple.py implement #18860, new W0199 message on assert (a, b) by Fletcher Johnson 2010-03-23 08:33:56 +01:00
func_attrs_definition_order.py only skip E0203 when catched by an AttributeError or parent 2009-03-24 11:35:09 +01:00
func_backtick_deprecated.py implement #4012: flag back tick as deprecated (new W0333 message) 2007-07-13 13:27:34 +02:00
func_bad_assigment_to_exception_var.py forget the past. 2006-04-26 10:48:09 +00:00
func_base_stmt_without_effect.py fix W0631, false positive reported by Paul Hachmann 2009-01-28 11:29:55 +01:00
func_base_useless_pass.py W0107: unnecessary pass 2007-02-17 10:59:39 +01:00
func_block_disable_msg.py include Dotan Barak spell fixes patch 2009-11-23 15:15:26 +01:00
func_break_or_return_in_try_finally.py implement #9776, 'W0150' break or return statement in finally block may swallow exception. 2010-02-23 17:01:36 +01:00
func_class_access_protected_members.py * new W0212 message for access to protected member from client code 2006-05-05 14:20:44 +00:00
func_class_members.py stmt.fromlineno can be 0 for names defined on module level 2009-03-16 14:06:29 +01:00
func_continue_not_in_loop.py forget the past. 2006-04-26 10:48:09 +00:00
func_dangerous_default.py forget the past. 2006-04-26 10:48:09 +00:00
func_defining-attr-methods_order.py apply Scott Pilkey patch: fix #9018: when using defining-attr-method order matters 2010-03-24 10:47:07 +01:00
func_dict_keys.py applied James Lingar patch for ++ operator and duplicate dict key. add management of -- as welle 2009-11-25 12:54:21 +01:00
func_docstring.py forget the past. 2006-04-26 10:48:09 +00:00
func_dotted_ancestor.py forget the past. 2006-04-26 10:48:09 +00:00
func_e0011.py forget the past. 2006-04-26 10:48:09 +00:00
func_e0012.py forget the past. 2006-04-26 10:48:09 +00:00
func_e99xx.py Add a checker verifying string formatting (James Lingard's patch) + tests 2009-11-27 15:57:49 +01:00
func_e0101.py fix E0101 false positive 2006-11-23 14:15:45 +01:00
func_e0203.py forget the past. 2006-04-26 10:48:09 +00:00
func_e0204.py forget the past. 2006-04-26 10:48:09 +00:00
func_e0205.py forget the past. 2006-04-26 10:48:09 +00:00
func_e0206.py forget the past. 2006-04-26 10:48:09 +00:00
func_e0214.py forget the past. 2006-04-26 10:48:09 +00:00
func_e0601.py test fixes to consider fixed typos 2009-11-25 08:25:52 +01:00
func_empty_module.py forget the past. 2006-04-26 10:48:09 +00:00
func_exceptions_raise_type_error.py forget the past. 2006-04-26 10:48:09 +00:00
func_f0001.py forget the past. 2006-04-26 10:48:09 +00:00
func_f0401.py forget the past. 2006-04-26 10:48:09 +00:00
func_fixme.py forget the past. 2006-04-26 10:48:09 +00:00
func_format.py Add a checker verifying that the arguments passed to a 2009-11-25 09:52:56 +01:00
func_genexpr_var_scope_py24.py fix py23 tests 2006-10-25 13:31:09 +02:00
func_globals.py test fixes to consider fixed typos 2009-11-25 08:25:52 +01:00
func_i0010.py see changelog 2006-12-05 10:29:06 +01:00
func_i0011.py forget the past. 2006-04-26 10:48:09 +00:00
func_i0012.py forget the past. 2006-04-26 10:48:09 +00:00
func_i0013.py see changelog 2006-12-05 10:29:06 +01:00
func_indent.py test fixes 2006-11-23 13:56:41 +01:00
func_init_vars.py forget the past. 2006-04-26 10:48:09 +00:00
func_interfaces.py more test 2007-02-19 12:30:22 +01:00
func_method_could_be_function.py more complete list of special methods, also skip W0613 2009-03-23 13:43:48 +01:00
func_method_missing_self.py Add a checker verifying that the arguments passed to a 2009-11-25 09:52:56 +01:00
func_method_without_self_but_self_assignment.py forget the past. 2006-04-26 10:48:09 +00:00
func_module___dict__.py fix #6949: as suggested by m. kiilerich, we should remove __dict__ node added by astng to avoid E0601/E0602 false negative 2009-01-16 10:01:40 +01:00
func_nameerror_on_string_substitution.py forget the past. 2006-04-26 10:48:09 +00:00
func_names_imported_from_module.py forget the past. 2006-04-26 10:48:09 +00:00
func_newstyle___slots__.py forget the past. 2006-04-26 10:48:09 +00:00
func_newstyle_exceptions.py implements #9982: specific error message when raising NotImplemented 2010-02-17 14:44:48 +01:00
func_newstyle_property.py forget the past. 2006-04-26 10:48:09 +00:00
func_newstyle_super.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror___future___import.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror___init___return_from_inner_function.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_9215_lambda_arg_as_decorator.py test and fix for #9215 2009-08-27 02:22:24 +02:00
func_noerror_access_attr_before_def_false_positive.py We catch a new w0612 now ! So remove it from noerror test 2009-03-10 10:48:28 +01:00
func_noerror_base_init_vars.py py 2.5 test fixes 2006-09-23 14:00:12 +02:00
func_noerror_builtin_module_test.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_class_attributes.py add testcase for #9334 2009-11-25 19:07:53 +01:00
func_noerror_classes_meth_could_be_a_function.py #2485 W0222 false positive 2007-02-19 10:40:05 +01:00
func_noerror_classes_meth_signature.py #2485 W0222 false positive 2007-02-19 10:40:05 +01:00
func_noerror_classes_protected_member_access.py #3123 2007-02-19 10:10:16 +01:00
func_noerror_decorator_scope.py fix test: avoid undesired messages 2009-01-19 14:34:26 +01:00
func_noerror_defined_and_used_on_same_line_py24.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_defined_and_used_on_same_line_py25.py fix #6954, patch contributed by Mads Kiilerich 2009-01-15 08:53:52 +01:00
func_noerror_defined_and_used_on_same_line.py w0233 tests 2006-11-23 15:38:15 +01:00
func_noerror_e1101_9588_base_attr_aug_assign.py add test for #9588: false positive E1101 for augmented assignment 2009-08-27 01:56:20 +02:00
func_noerror_e1101_13784.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_e1101_but_getattr.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_encoding.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_except_pass.py fix #3205: W0704 false positive 2007-02-17 11:00:37 +01:00
func_noerror_exception.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_external_classmethod_crash.py test fix 2007-03-09 08:54:42 +01:00
func_noerror_factory_method.py add factory method test, other test fixes 2007-02-16 17:55:59 +01:00
func_noerror_function_as_method.py missing __revision__ to avoid failure 2009-11-25 18:13:10 +01:00
func_noerror_genexp_in_class_scope.py fix #20991: class scope definitions ignored in a genexpr 2010-02-25 14:46:20 +01:00
func_noerror_indirect_interface.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_inner_classes.py fix #3205: W0704 false positive 2007-02-17 11:00:37 +01:00
func_noerror_lambda_use_before_assign.py fix #18862: E0601 false positive with lambda functions 2009-11-25 19:36:56 +01:00
func_noerror_long_utf8_line.py apply Alexander Artemenko patch for non-ascii caracters 2010-03-30 14:54:42 +02:00
func_noerror_mcs_attr_access.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_nested_classes.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_new_style_class.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_no_warning_docstring.py apply Donovan Lee Wanhoy patch: don't warn on missing doc string for child classes. 2010-03-29 10:32:08 +02:00
func_noerror_nonregr.py test fixes 2009-03-13 17:48:40 +01:00
func_noerror_object_as_class_attribute.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_overloaded_operator.py more test 2007-02-19 12:30:22 +01:00
func_noerror_raise_return_self.py add bug #5672 noerrror test 2008-10-13 14:37:44 +02:00
func_noerror_socket_member.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_static_method.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_staticmethod_as_decorator_py24.py rename noerror_staticmethod_as_decorator test 2009-03-17 11:18:48 +01:00
func_noerror_w0232.py forget the past. 2006-04-26 10:48:09 +00:00
func_noerror_yield_assign_py25.py add test case of #8711, assigning from yield expression (actually fixed in astng) 2009-08-27 00:40:47 +02:00
func_noerror_yield_return_mix.py added return/yield mix detection 2006-11-24 16:06:01 +01:00
func_nonascii_noencoding.py forget the past. 2006-04-26 10:48:09 +00:00
func_nonregr___file___global.py fix test 2010-03-22 19:47:39 +01:00
func_operators.py applied James Lingar patch for ++ operator and duplicate dict key. add management of -- as welle 2009-11-25 12:54:21 +01:00
func_r0901.py forget the past. 2006-04-26 10:48:09 +00:00
func_r0902.py forget the past. 2006-04-26 10:48:09 +00:00
func_r0903.py forget the past. 2006-04-26 10:48:09 +00:00
func_r0904.py forget the past. 2006-04-26 10:48:09 +00:00
func_r0921.py forget the past. 2006-04-26 10:48:09 +00:00
func_r0922.py forget the past. 2006-04-26 10:48:09 +00:00
func_r0923.py forget the past. 2006-04-26 10:48:09 +00:00
func_reqattrs.py forget the past. 2006-04-26 10:48:09 +00:00
func_return_outside_func.py - detect return statements outside functions 2006-11-24 15:44:55 +01:00
func_return_yield_mix.py added return/yield mix detection 2006-11-24 16:06:01 +01:00
func_return_yield_mix2.py added return/yield mix detection 2006-11-24 16:06:01 +01:00
func_scope_regrtest.py forget the past. 2006-04-26 10:48:09 +00:00
func_syntax_error.py forget the past. 2006-04-26 10:48:09 +00:00
func_too_many_locals_arguments.py implement #5564: ignore function / methode arguments with leading "_". 2010-02-23 13:34:44 +01:00
func_too_many_returns_yields.py patch for #5977. Yields do not increment the counter of returns. 2010-02-23 13:34:59 +01:00
func_toolonglines.py forget the past. 2006-04-26 10:48:09 +00:00
func_typecheck_callfunc_assigment.py test fixes to consider fixed typos 2009-11-25 08:25:52 +01:00
func_typecheck_getattr.py more test 2009-03-18 16:00:58 +01:00
func_typecheck_non_callable_call.py forget the past. 2006-04-26 10:48:09 +00:00
func_undefined_var.py add test for #5719, fixed in astng 2009-03-24 11:48:13 +01:00
func_unknown_encoding.py forget the past. 2006-04-26 10:48:09 +00:00
func_unreachable.py forget the past. 2006-04-26 10:48:09 +00:00
func_unused_overridden_argument.py * include a modified version of Maarten ter Huurne patch of avoid W0613 2008-12-03 09:39:42 +01:00
func_use_for_or_listcomp_var.py fix W0631 false positive reported by Paul Hachmann 2008-12-16 17:16:22 +01:00
func_variables_unused_name_from_wilcard_import.py see changelog 2006-12-05 10:29:06 +01:00
func_w0101.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0102.py more complete list of special methods, also skip W0613 2009-03-23 13:43:48 +01:00
func_w0103.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0104.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0105.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0108.py Nathaniel's fix for w0108 false positive 2009-05-18 12:45:07 +02:00
func_w0109.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0110.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0111.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0112.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0122.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0133.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0151.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0152.py skip * or **magic 2009-03-23 12:23:13 +01:00
func_w0202.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0205.py #2485 W0222 false positive 2007-02-19 10:40:05 +01:00
func_w0223.py nikola kramaric fix #5975, Abstract intermediate class not recognized as such 2010-03-23 08:49:23 +01:00
func_w0231.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0233.py Fix and test case for W0233 false positive: if the same superclass 2010-03-02 01:27:44 +01:00
func_w0302.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0312.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0331.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0332.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0401.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0402.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0403.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0404.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0405.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0406.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0611.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0612.py test and fix W0612 false positive 2009-03-18 11:20:03 +01:00
func_w0613.py applied Colin Moris patch closing #9263: no W0613 for __init__ (method does not use all of its arguments) 2010-03-04 09:12:02 +01:00
func_w0622.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0701.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0702.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0703.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0704.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0705.py forget the past. 2006-04-26 10:48:09 +00:00
func_w0801.py forget the past. 2006-04-26 10:48:09 +00:00
func_w6501.py A checker for use (and misuse) of the standard logging module. 2009-06-10 18:38:28 -05:00
func_wrong_encoding.py forget the past. 2006-04-26 10:48:09 +00:00
func_yield_outside_func.py added return/yield mix detection 2006-11-24 16:06:01 +01:00
ignore_except_pass_by_default.py #5575 2009-01-28 11:04:01 +01:00
indirect1.py forget the past. 2006-04-26 10:48:09 +00:00
indirect2.py forget the past. 2006-04-26 10:48:09 +00:00
indirect3.py forget the past. 2006-04-26 10:48:09 +00:00
noext forget the past. 2006-04-26 10:48:09 +00:00
similar1 forget the past. 2006-04-26 10:48:09 +00:00
similar2 forget the past. 2006-04-26 10:48:09 +00:00
w0401_cycle.py [typos] dependanc(y|ies) -> dependenc(y|ies) 2009-09-16 11:27:27 +02:00
w0801_same.py forget the past. 2006-04-26 10:48:09 +00:00