python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / astroid / test / results-all.master
blobdd297b89ff49cb7dd27f25abde256e0cc824fa24
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --cov
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: pyproject.toml
8 testpaths: tests
9 collecting ... collected 1698 items / 3 deselected / 1 skipped / 1695 selected
11 tests/brain/numpy/test_core_einsumfunc.py::test_numpy_function_calls_inferred_as_ndarray PASSED
12 tests/brain/numpy/test_core_einsumfunc.py::test_function_parameters PASSED
13 tests/brain/numpy/test_core_fromnumeric.py::BrainNumpyCoreFromNumericTest::test_numpy_function_calls_inferred_as_ndarray PASSED
14 tests/brain/numpy/test_core_function_base.py::BrainNumpyCoreFunctionBaseTest::test_numpy_function_calls_inferred_as_ndarray PASSED
15 tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_bool PASSED
16 tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_dtype PASSED
17 tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_ndarray PASSED
18 tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_none PASSED
19 tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_tuple PASSED
20 tests/brain/numpy/test_core_numeric.py::BrainNumpyCoreNumericTest::test_numpy_function_calls_inferred_as_ndarray PASSED
21 tests/brain/numpy/test_core_numeric.py::test_function_parameters[zeros_like-expected_args0] PASSED
22 tests/brain/numpy/test_core_numeric.py::test_function_parameters[full_like-expected_args1] PASSED
23 tests/brain/numpy/test_core_numeric.py::test_function_parameters[ones_like-expected_args2] PASSED
24 tests/brain/numpy/test_core_numeric.py::test_function_parameters[ones-expected_args3] PASSED
25 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_array_types_have_unary_operators PASSED
26 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_datetime_astype_return PASSED
27 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_generic_types_are_subscriptables PASSED
28 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_generic_types_have_attributes PASSED
29 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_generic_types_have_methods PASSED
30 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_number_types_have_unary_operators PASSED
31 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_numpy_core_types PASSED
32 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainUtilsTest::test_get_numpy_version_do_not_crash SKIPPED
33 tests/brain/numpy/test_core_numerictypes.py::NumpyBrainUtilsTest::test_numpy_object_uninferable SKIPPED
34 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_constants PASSED
35 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_constants_values PASSED
36 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions PASSED
37 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions_kwargs_default_values PASSED
38 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions_one_arg PASSED
39 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions_return_type PASSED
40 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions_return_type_tuple PASSED
41 tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions_two_args PASSED
42 tests/brain/numpy/test_ma.py::TestBrainNumpyMa::test_numpy_ma_returns_maskedarray[masked_invalid-True] PASSED
43 tests/brain/numpy/test_ma.py::TestBrainNumpyMa::test_numpy_ma_returns_maskedarray[masked_invalid-False] PASSED
44 tests/brain/numpy/test_ma.py::TestBrainNumpyMa::test_numpy_ma_returns_maskedarray[masked_where-True] PASSED
45 tests/brain/numpy/test_ma.py::TestBrainNumpyMa::test_numpy_ma_returns_maskedarray[masked_where-False] PASSED
46 tests/brain/numpy/test_ndarray.py::NumpyBrainNdarrayTest::test_numpy_function_calls_inferred_as_ndarray PASSED
47 tests/brain/numpy/test_ndarray.py::NumpyBrainNdarrayTest::test_numpy_ndarray_attribute_inferred_as_ndarray PASSED
48 tests/brain/numpy/test_ndarray.py::NumpyBrainNdarrayTest::test_numpy_ndarray_class_support_type_indexing PASSED
49 tests/brain/numpy/test_random_mtrand.py::NumpyBrainRandomMtrandTest::test_numpy_random_mtrand_functions PASSED
50 tests/brain/numpy/test_random_mtrand.py::NumpyBrainRandomMtrandTest::test_numpy_random_mtrand_functions_signature PASSED
51 tests/brain/test_argparse.py::TestBrainArgparse::test_infer_namespace PASSED
52 tests/brain/test_attr.py::AttrsTest::test_attr_transform PASSED
53 tests/brain/test_attr.py::AttrsTest::test_attr_with_only_annotation_fails PASSED
54 tests/brain/test_attr.py::AttrsTest::test_attrs_transform PASSED
55 tests/brain/test_attr.py::AttrsTest::test_attrs_with_annotation PASSED
56 tests/brain/test_attr.py::AttrsTest::test_attrs_with_only_annotation_works PASSED
57 tests/brain/test_attr.py::AttrsTest::test_dont_consider_assignments_but_without_attrs PASSED
58 tests/brain/test_attr.py::AttrsTest::test_special_attributes PASSED
59 tests/brain/test_brain.py::CollectionsDequeTests::test_deque PASSED
60 tests/brain/test_brain.py::CollectionsDequeTests::test_deque_py35methods PASSED
61 tests/brain/test_brain.py::CollectionsDequeTests::test_deque_py$(PYV)methods PASSED
62 tests/brain/test_brain.py::OrderedDictTest::test_ordered_dict_py34method PASSED
63 tests/brain/test_brain.py::DefaultDictTest::test_1 PASSED
64 tests/brain/test_brain.py::ModuleExtenderTest::test_extension_modules PASSED
65 tests/brain/test_brain.py::IOBrainTest::test_sys_streams SKIPPED (Ne...)
66 tests/brain/test_brain.py::TypeBrain::test_builtin_subscriptable PASSED
67 tests/brain/test_brain.py::TypeBrain::test_invalid_type_subscript PASSED
68 tests/brain/test_brain.py::TypeBrain::test_type_subscript PASSED
69 tests/brain/test_brain.py::CollectionsBrain::test_collections_object_not_subscriptable PASSED
70 tests/brain/test_brain.py::CollectionsBrain::test_collections_object_not_yet_subscriptable SKIPPED
71 tests/brain/test_brain.py::CollectionsBrain::test_collections_object_not_yet_subscriptable_2 SKIPPED
72 tests/brain/test_brain.py::CollectionsBrain::test_collections_object_subscriptable PASSED
73 tests/brain/test_brain.py::CollectionsBrain::test_collections_object_subscriptable_2 PASSED
74 tests/brain/test_brain.py::CollectionsBrain::test_collections_object_subscriptable_3 PASSED
75 tests/brain/test_brain.py::CollectionsBrain::test_collections_object_subscriptable_4 PASSED
76 tests/brain/test_brain.py::TypingBrain::test_callable_type PASSED
77 tests/brain/test_brain.py::TypingBrain::test_collections_generic_alias_slots PASSED
78 tests/brain/test_brain.py::TypingBrain::test_has_dunder_args PASSED
79 tests/brain/test_brain.py::TypingBrain::test_namedtuple_base PASSED
80 tests/brain/test_brain.py::TypingBrain::test_namedtuple_bug_pylint_4383 PASSED
81 tests/brain/test_brain.py::TypingBrain::test_namedtuple_can_correctly_access_methods PASSED
82 tests/brain/test_brain.py::TypingBrain::test_namedtuple_class_form PASSED
83 tests/brain/test_brain.py::TypingBrain::test_namedtuple_few_args PASSED
84 tests/brain/test_brain.py::TypingBrain::test_namedtuple_few_fields PASSED
85 tests/brain/test_brain.py::TypingBrain::test_namedtuple_inference PASSED
86 tests/brain/test_brain.py::TypingBrain::test_namedtuple_inference_nonliteral PASSED
87 tests/brain/test_brain.py::TypingBrain::test_namedtuple_inferred_as_class PASSED
88 tests/brain/test_brain.py::TypingBrain::test_namedtuple_instance_attrs PASSED
89 tests/brain/test_brain.py::TypingBrain::test_namedtuple_nested_class PASSED
90 tests/brain/test_brain.py::TypingBrain::test_namedtuple_simple PASSED
91 tests/brain/test_brain.py::TypingBrain::test_namedtuple_uninferable_member PASSED
92 tests/brain/test_brain.py::TypingBrain::test_tuple_type PASSED
93 tests/brain/test_brain.py::TypingBrain::test_typed_dict PASSED
94 tests/brain/test_brain.py::TypingBrain::test_typing_alias_type PASSED
95 tests/brain/test_brain.py::TypingBrain::test_typing_alias_type_2 PASSED
96 tests/brain/test_brain.py::TypingBrain::test_typing_annotated_subscriptable PASSED
97 tests/brain/test_brain.py::TypingBrain::test_typing_cast PASSED
98 tests/brain/test_brain.py::TypingBrain::test_typing_cast_attribute PASSED
99 tests/brain/test_brain.py::TypingBrain::test_typing_cast_multiple_inference_calls PASSED
100 tests/brain/test_brain.py::TypingBrain::test_typing_generic_slots PASSED
101 tests/brain/test_brain.py::TypingBrain::test_typing_generic_subscriptable PASSED
102 tests/brain/test_brain.py::TypingBrain::test_typing_generic_subscriptable_pep695 SKIPPED
103 tests/brain/test_brain.py::TypingBrain::test_typing_namedtuple_dont_crash_on_no_fields PASSED
104 tests/brain/test_brain.py::TypingBrain::test_typing_no_duplicates PASSED
105 tests/brain/test_brain.py::TypingBrain::test_typing_no_duplicates_2 PASSED
106 tests/brain/test_brain.py::TypingBrain::test_typing_object_builtin_subscriptable PASSED
107 tests/brain/test_brain.py::TypingBrain::test_typing_object_not_subscriptable PASSED
108 tests/brain/test_brain.py::TypingBrain::test_typing_object_notsubscriptable_3 PASSED
109 tests/brain/test_brain.py::TypingBrain::test_typing_object_subscriptable PASSED
110 tests/brain/test_brain.py::TypingBrain::test_typing_object_subscriptable_2 PASSED
111 tests/brain/test_brain.py::TypingBrain::test_typing_param_spec SKIPPED
112 tests/brain/test_brain.py::TypingBrain::test_typing_type_subscriptable PASSED
113 tests/brain/test_brain.py::TypingBrain::test_typing_type_without_tip PASSED
114 tests/brain/test_brain.py::TypingBrain::test_typing_types PASSED
115 tests/brain/test_brain.py::ReBrainTest::test_re_pattern_subscriptable PASSED
116 tests/brain/test_brain.py::ReBrainTest::test_re_pattern_unsubscriptable SKIPPED
117 tests/brain/test_brain.py::ReBrainTest::test_regex_flags PASSED
118 tests/brain/test_brain.py::BrainNamedtupleAnnAssignTest::test_no_crash_on_ann_assign_in_namedtuple PASSED
119 tests/brain/test_brain.py::BrainUUIDTest::test_uuid_has_int_member PASSED
120 tests/brain/test_brain.py::RandomSampleTest::test_arguments_inferred_successfully PASSED
121 tests/brain/test_brain.py::RandomSampleTest::test_inferred_successfully PASSED
122 tests/brain/test_brain.py::RandomSampleTest::test_no_crash_on_evaluatedobject PASSED
123 tests/brain/test_brain.py::SubprocessTest::test_popen_does_not_have_class_getitem PASSED
124 tests/brain/test_brain.py::SubprocessTest::test_subprcess_check_output PASSED
125 tests/brain/test_brain.py::SubprocessTest::test_subprocess_args PASSED
126 tests/brain/test_brain.py::TestIsinstanceInference::test_type_type PASSED
127 tests/brain/test_brain.py::TestIsinstanceInference::test_object_type PASSED
128 tests/brain/test_brain.py::TestIsinstanceInference::test_type_object PASSED
129 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_int_true PASSED
130 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_int_false PASSED
131 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_object_true PASSED
132 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_object_true3 PASSED
133 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_class_false PASSED
134 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_type_false PASSED
135 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_str_true PASSED
136 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_str_false PASSED
137 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_tuple_argument PASSED
138 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_type_false2 PASSED
139 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_object_true2 PASSED
140 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_type_true PASSED
141 tests/brain/test_brain.py::TestIsinstanceInference::test_isinstance_edge_case PASSED
142 tests/brain/test_brain.py::TestIsinstanceInference::test_uninferable_bad_type PASSED
143 tests/brain/test_brain.py::TestIsinstanceInference::test_uninferable_keywords PASSED
144 tests/brain/test_brain.py::TestIsinstanceInference::test_too_many_args PASSED
145 tests/brain/test_brain.py::TestIsinstanceInference::test_first_param_is_uninferable PASSED
146 tests/brain/test_brain.py::TestIssubclassBrain::test_type_type PASSED
147 tests/brain/test_brain.py::TestIssubclassBrain::test_object_type PASSED
148 tests/brain/test_brain.py::TestIssubclassBrain::test_type_object PASSED
149 tests/brain/test_brain.py::TestIssubclassBrain::test_issubclass_same_class PASSED
150 tests/brain/test_brain.py::TestIssubclassBrain::test_issubclass_not_the_same_class PASSED
151 tests/brain/test_brain.py::TestIssubclassBrain::test_issubclass_object_true PASSED
152 tests/brain/test_brain.py::TestIssubclassBrain::test_issubclass_same_user_defined_class PASSED
153 tests/brain/test_brain.py::TestIssubclassBrain::test_issubclass_different_user_defined_classes PASSED
154 tests/brain/test_brain.py::TestIssubclassBrain::test_issubclass_type_false PASSED
155 tests/brain/test_brain.py::TestIssubclassBrain::test_isinstance_tuple_argument PASSED
156 tests/brain/test_brain.py::TestIssubclassBrain::test_isinstance_object_true2 PASSED
157 tests/brain/test_brain.py::TestIssubclassBrain::test_issubclass_short_circuit PASSED
158 tests/brain/test_brain.py::TestIssubclassBrain::test_uninferable_bad_type PASSED
159 tests/brain/test_brain.py::TestIssubclassBrain::test_uninferable_keywords PASSED
160 tests/brain/test_brain.py::TestIssubclassBrain::test_too_many_args PASSED
161 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_list PASSED
162 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_tuple PASSED
163 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_var PASSED
164 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_dict PASSED
165 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_set PASSED
166 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_object PASSED
167 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_class_with_metaclass PASSED
168 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_object_failure PASSED
169 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_string PASSED
170 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_generator_failure PASSED
171 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_failure_missing_variable PASSED
172 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_bytes PASSED
173 tests/brain/test_brain.py::TestLenBuiltinInference::test_int_subclass_result PASSED
174 tests/brain/test_brain.py::TestLenBuiltinInference::test_int_subclass_argument XFAIL
175 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_builtin_inference_attribute_error_str PASSED
176 tests/brain/test_brain.py::TestLenBuiltinInference::test_len_builtin_inference_recursion_error_self_referential_attribute PASSED
177 tests/brain/test_brain.py::test_infer_str PASSED
178 tests/brain/test_brain.py::test_infer_int PASSED
179 tests/brain/test_brain.py::test_infer_dict_from_keys PASSED
180 tests/brain/test_brain.py::TestFunctoolsPartial::test_infer_partial PASSED
181 tests/brain/test_brain.py::TestFunctoolsPartial::test_invalid_functools_partial_calls PASSED
182 tests/brain/test_brain.py::TestFunctoolsPartial::test_inferred_partial_function_calls PASSED
183 tests/brain/test_brain.py::TestFunctoolsPartial::test_partial_assignment PASSED
184 tests/brain/test_brain.py::TestFunctoolsPartial::test_partial_does_not_affect_scope PASSED
185 tests/brain/test_brain.py::TestFunctoolsPartial::test_multiple_partial_args PASSED
186 tests/brain/test_brain.py::test_http_client_brain PASSED
187 tests/brain/test_brain.py::test_http_status_brain PASSED
188 tests/brain/test_brain.py::test_http_status_brain_iterable PASSED
189 tests/brain/test_brain.py::test_oserror_model PASSED
190 tests/brain/test_brain.py::test_crypt_brain PASSED
191 tests/brain/test_brain.py::test_str_and_bytes['hey'.encode()-Const-] PASSED
192 tests/brain/test_brain.py::test_str_and_bytes[b'hey'.decode()-Const-] PASSED
193 tests/brain/test_brain.py::test_str_and_bytes['hey'.encode().decode()-Const-] PASSED
194 tests/brain/test_brain.py::test_no_recursionerror_on_self_referential_length_check PASSED
195 tests/brain/test_brain.py::test_inference_on_outer_referential_length_check PASSED
196 tests/brain/test_brain.py::test_no_attributeerror_on_self_referential_length_check PASSED
197 tests/brain/test_builtin.py::BuiltinsTest::test_infer_property PASSED
198 tests/brain/test_builtin.py::TestStringNodes::test_string_format[empty-indexes] PASSED
199 tests/brain/test_builtin.py::TestStringNodes::test_string_format[numbered-indexes] PASSED
200 tests/brain/test_builtin.py::TestStringNodes::test_string_format[named-indexes] PASSED
201 tests/brain/test_builtin.py::TestStringNodes::test_string_format[numbered-indexes-from-positional] PASSED
202 tests/brain/test_builtin.py::TestStringNodes::test_string_format[named-indexes-from-keyword] PASSED
203 tests/brain/test_builtin.py::TestStringNodes::test_string_format[mixed-indexes-from-mixed] PASSED
204 tests/brain/test_builtin.py::TestStringNodes::test_string_format[empty-indexes-on-variable] PASSED
205 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable[\n            from missing import Unknown\n            name = Unknown\n            age = 12\n            "My name is {fname}, I'm {age}".format(fname = name, age = age)\n            ] PASSED
206 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable[\n            from missing import Unknown\n            age = 12\n            "My name is {fname}, I'm {age}".format(fname = Unknown, age = age)\n            ] PASSED
207 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable[\n            from missing import Unknown\n            "My name is {}, I'm {}".format(Unknown, 12)\n            ] PASSED
208 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable["I am {}".format()] PASSED
209 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable[\n            "My name is {fname}, I'm {age}".format(fsname = "Daniel", age = 12)\n            ] PASSED
210 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable[\n            "My unicode character is {:c}".format(None)\n            ] PASSED
211 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable[\n            "My hex format is {:4x}".format('1')\n            ] PASSED
212 tests/brain/test_builtin.py::TestStringNodes::test_string_format_uninferable[\n            daniel_age = 12\n            "My name is {0.name}".format(daniel_age)\n            ] PASSED
213 tests/brain/test_builtin.py::TestStringNodes::test_string_format_with_specs PASSED
214 tests/brain/test_builtin.py::TestStringNodes::test_string_format_in_dataclass_pylint8109 PASSED
215 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_bool-bool-?] PASSED
216 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_byte-int-b] PASSED
217 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_char-bytes-c] PASSED
218 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_double-float-d] PASSED
219 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_buffer-bytes-<class 'ctypes.c_char'>] XFAIL
220 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_float-float-f] PASSED
221 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_int-int-i] PASSED
222 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_int16-int-h] PASSED
223 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_int32-int-i] PASSED
224 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_int64-int-l] PASSED
225 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_int8-int-b] PASSED
226 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_long-int-l] PASSED
227 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_longdouble-float-g] PASSED
228 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_longlong-int-l] PASSED
229 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_short-int-h] PASSED
230 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_size_t-int-L] PASSED
231 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_ssize_t-int-l] PASSED
232 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_ubyte-int-B] PASSED
233 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_uint-int-I] PASSED
234 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_uint16-int-H] PASSED
235 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_uint32-int-I] PASSED
236 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_uint64-int-L] PASSED
237 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_uint8-int-B] PASSED
238 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_ulong-int-L] PASSED
239 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_ulonglong-int-L] PASSED
240 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_ushort-int-H] PASSED
241 tests/brain/test_ctypes.py::test_ctypes_redefined_types_members[c_wchar-str-u] PASSED
242 tests/brain/test_ctypes.py::test_cdata_member_access PASSED
243 tests/brain/test_ctypes.py::test_other_ctypes_member_untouched PASSED
244 tests/brain/test_dataclasses.py::test_inference_attribute_no_default[dataclasses] PASSED
245 tests/brain/test_dataclasses.py::test_inference_attribute_no_default[pydantic.dataclasses] PASSED
246 tests/brain/test_dataclasses.py::test_inference_attribute_no_default[marshmallow_dataclass] PASSED
247 tests/brain/test_dataclasses.py::test_inference_non_field_default[dataclasses] PASSED
248 tests/brain/test_dataclasses.py::test_inference_non_field_default[pydantic.dataclasses] PASSED
249 tests/brain/test_dataclasses.py::test_inference_non_field_default[marshmallow_dataclass] PASSED
250 tests/brain/test_dataclasses.py::test_inference_field_default[dataclasses] PASSED
251 tests/brain/test_dataclasses.py::test_inference_field_default[pydantic.dataclasses] PASSED
252 tests/brain/test_dataclasses.py::test_inference_field_default[marshmallow_dataclass] PASSED
253 tests/brain/test_dataclasses.py::test_inference_field_default_factory[dataclasses] PASSED
254 tests/brain/test_dataclasses.py::test_inference_field_default_factory[pydantic.dataclasses] PASSED
255 tests/brain/test_dataclasses.py::test_inference_field_default_factory[marshmallow_dataclass] PASSED
256 tests/brain/test_dataclasses.py::test_inference_method[dataclasses] PASSED
257 tests/brain/test_dataclasses.py::test_inference_method[pydantic.dataclasses] PASSED
258 tests/brain/test_dataclasses.py::test_inference_method[marshmallow_dataclass] PASSED
259 tests/brain/test_dataclasses.py::test_inference_no_annotation[dataclasses] PASSED
260 tests/brain/test_dataclasses.py::test_inference_no_annotation[pydantic.dataclasses] PASSED
261 tests/brain/test_dataclasses.py::test_inference_no_annotation[marshmallow_dataclass] PASSED
262 tests/brain/test_dataclasses.py::test_inference_class_var[dataclasses] PASSED
263 tests/brain/test_dataclasses.py::test_inference_class_var[pydantic.dataclasses] PASSED
264 tests/brain/test_dataclasses.py::test_inference_class_var[marshmallow_dataclass] PASSED
265 tests/brain/test_dataclasses.py::test_inference_init_var[dataclasses] PASSED
266 tests/brain/test_dataclasses.py::test_inference_init_var[pydantic.dataclasses] PASSED
267 tests/brain/test_dataclasses.py::test_inference_init_var[marshmallow_dataclass] PASSED
268 tests/brain/test_dataclasses.py::test_inference_generic_collection_attribute[dataclasses] PASSED
269 tests/brain/test_dataclasses.py::test_inference_generic_collection_attribute[pydantic.dataclasses] PASSED
270 tests/brain/test_dataclasses.py::test_inference_generic_collection_attribute[marshmallow_dataclass] PASSED
271 tests/brain/test_dataclasses.py::test_inference_callable_attribute[dataclasses-typing] PASSED
272 tests/brain/test_dataclasses.py::test_inference_callable_attribute[pydantic.dataclasses-typing] PASSED
273 tests/brain/test_dataclasses.py::test_inference_callable_attribute[pydantic.dataclasses-collections.abc] PASSED
274 tests/brain/test_dataclasses.py::test_inference_callable_attribute[marshmallow_dataclass-typing] PASSED
275 tests/brain/test_dataclasses.py::test_inference_callable_attribute[marshmallow_dataclass-collections.abc] PASSED
276 tests/brain/test_dataclasses.py::test_inference_inherited[dataclasses] PASSED
277 tests/brain/test_dataclasses.py::test_inference_inherited[pydantic.dataclasses] PASSED
278 tests/brain/test_dataclasses.py::test_inference_inherited[marshmallow_dataclass] PASSED
279 tests/brain/test_dataclasses.py::test_dataclass_order_of_inherited_attributes PASSED
280 tests/brain/test_dataclasses.py::test_init_empty[dataclasses] PASSED
281 tests/brain/test_dataclasses.py::test_init_empty[pydantic.dataclasses] PASSED
282 tests/brain/test_dataclasses.py::test_init_empty[marshmallow_dataclass] PASSED
283 tests/brain/test_dataclasses.py::test_init_no_defaults[dataclasses] PASSED
284 tests/brain/test_dataclasses.py::test_init_no_defaults[pydantic.dataclasses] PASSED
285 tests/brain/test_dataclasses.py::test_init_no_defaults[marshmallow_dataclass] PASSED
286 tests/brain/test_dataclasses.py::test_init_defaults[dataclasses] PASSED
287 tests/brain/test_dataclasses.py::test_init_defaults[pydantic.dataclasses] PASSED
288 tests/brain/test_dataclasses.py::test_init_defaults[marshmallow_dataclass] PASSED
289 tests/brain/test_dataclasses.py::test_init_initvar[dataclasses] PASSED
290 tests/brain/test_dataclasses.py::test_init_initvar[pydantic.dataclasses] PASSED
291 tests/brain/test_dataclasses.py::test_init_initvar[marshmallow_dataclass] PASSED
292 tests/brain/test_dataclasses.py::test_init_decorator_init_false[dataclasses] PASSED
293 tests/brain/test_dataclasses.py::test_init_decorator_init_false[pydantic.dataclasses] PASSED
294 tests/brain/test_dataclasses.py::test_init_decorator_init_false[marshmallow_dataclass] PASSED
295 tests/brain/test_dataclasses.py::test_init_field_init_false[dataclasses] PASSED
296 tests/brain/test_dataclasses.py::test_init_field_init_false[pydantic.dataclasses] PASSED
297 tests/brain/test_dataclasses.py::test_init_field_init_false[marshmallow_dataclass] PASSED
298 tests/brain/test_dataclasses.py::test_init_override[dataclasses] PASSED
299 tests/brain/test_dataclasses.py::test_init_override[pydantic.dataclasses] PASSED
300 tests/brain/test_dataclasses.py::test_init_override[marshmallow_dataclass] PASSED
301 tests/brain/test_dataclasses.py::test_init_attributes_from_superclasses[dataclasses] PASSED
302 tests/brain/test_dataclasses.py::test_init_attributes_from_superclasses[pydantic.dataclasses] PASSED
303 tests/brain/test_dataclasses.py::test_init_attributes_from_superclasses[marshmallow_dataclass] PASSED
304 tests/brain/test_dataclasses.py::test_invalid_init[dataclasses] PASSED
305 tests/brain/test_dataclasses.py::test_invalid_init[pydantic.dataclasses] PASSED
306 tests/brain/test_dataclasses.py::test_invalid_init[marshmallow_dataclass] PASSED
307 tests/brain/test_dataclasses.py::test_annotated_enclosed_field_call[dataclasses] PASSED
308 tests/brain/test_dataclasses.py::test_annotated_enclosed_field_call[pydantic.dataclasses] PASSED
309 tests/brain/test_dataclasses.py::test_annotated_enclosed_field_call[marshmallow_dataclass] PASSED
310 tests/brain/test_dataclasses.py::test_invalid_field_call[dataclasses] PASSED
311 tests/brain/test_dataclasses.py::test_invalid_field_call[pydantic.dataclasses] PASSED
312 tests/brain/test_dataclasses.py::test_invalid_field_call[marshmallow_dataclass] PASSED
313 tests/brain/test_dataclasses.py::test_non_dataclass_is_not_dataclass PASSED
314 tests/brain/test_dataclasses.py::test_kw_only_sentinel PASSED
315 tests/brain/test_dataclasses.py::test_kw_only_decorator PASSED
316 tests/brain/test_dataclasses.py::test_kw_only_in_field_call PASSED
317 tests/brain/test_dataclasses.py::test_dataclass_with_unknown_base PASSED
318 tests/brain/test_dataclasses.py::test_dataclass_with_unknown_typing PASSED
319 tests/brain/test_dataclasses.py::test_dataclass_with_default_factory PASSED
320 tests/brain/test_dataclasses.py::test_dataclass_with_multiple_inheritance PASSED
321 tests/brain/test_dataclasses.py::test_dataclass_non_default_argument_after_default XFAIL
322 tests/brain/test_dataclasses.py::test_dataclass_with_field_init_is_false PASSED
323 tests/brain/test_dataclasses.py::test_dataclass_inits_of_non_dataclasses PASSED
324 tests/brain/test_dataclasses.py::test_dataclass_with_properties PASSED
325 tests/brain/test_dateutil.py::DateutilBrainTest::test_parser PASSED
326 tests/brain/test_enum.py::EnumBrainTest::test_class_named_enum PASSED
327 tests/brain/test_enum.py::EnumBrainTest::test_dont_crash_on_for_loops_in_body PASSED
328 tests/brain/test_enum.py::EnumBrainTest::test_enum_as_renamed_import PASSED
329 tests/brain/test_enum.py::EnumBrainTest::test_enum_func_form_has_dunder_members PASSED
330 tests/brain/test_enum.py::EnumBrainTest::test_enum_func_form_is_class_not_instance PASSED
331 tests/brain/test_enum.py::EnumBrainTest::test_enum_func_form_iterable PASSED
332 tests/brain/test_enum.py::EnumBrainTest::test_enum_func_form_subscriptable PASSED
333 tests/brain/test_enum.py::EnumBrainTest::test_enum_members_uppercase_only PASSED
334 tests/brain/test_enum.py::EnumBrainTest::test_enum_multiple_base_classes PASSED
335 tests/brain/test_enum.py::EnumBrainTest::test_enum_name_and_value_members_override_dynamicclassattr PASSED
336 tests/brain/test_enum.py::EnumBrainTest::test_enum_name_is_str_on_self PASSED
337 tests/brain/test_enum.py::EnumBrainTest::test_enum_starred_is_skipped PASSED
338 tests/brain/test_enum.py::EnumBrainTest::test_enum_subclass_different_modules PASSED
339 tests/brain/test_enum.py::EnumBrainTest::test_enum_subclass_member_method PASSED
340 tests/brain/test_enum.py::EnumBrainTest::test_enum_subclass_member_name PASSED
341 tests/brain/test_enum.py::EnumBrainTest::test_enum_subclass_member_value PASSED
342 tests/brain/test_enum.py::EnumBrainTest::test_enum_sunder_names PASSED
343 tests/brain/test_enum.py::EnumBrainTest::test_enum_tuple_list_values PASSED
344 tests/brain/test_enum.py::EnumBrainTest::test_enum_with_ignore PASSED
345 tests/brain/test_enum.py::EnumBrainTest::test_ignores_with_nodes_from_body_of_enum PASSED
346 tests/brain/test_enum.py::EnumBrainTest::test_infer_enum_value_as_the_right_type PASSED
347 tests/brain/test_enum.py::EnumBrainTest::test_int_enum PASSED
348 tests/brain/test_enum.py::EnumBrainTest::test_local_enum_child_class_inference PASSED
349 tests/brain/test_enum.py::EnumBrainTest::test_looks_like_enum_false_positive PASSED
350 tests/brain/test_enum.py::EnumBrainTest::test_members_member_ignored PASSED
351 tests/brain/test_enum.py::EnumBrainTest::test_mingled_single_and_double_quotes_does_not_crash PASSED
352 tests/brain/test_enum.py::EnumBrainTest::test_simple_enum PASSED
353 tests/brain/test_enum.py::EnumBrainTest::test_special_characters_does_not_crash PASSED
354 tests/brain/test_enum.py::EnumBrainTest::test_user_enum_false_positive PASSED
355 tests/brain/test_hashlib.py::HashlibTest::test_blake2 PASSED
356 tests/brain/test_hashlib.py::HashlibTest::test_hashlib PASSED
357 tests/brain/test_hashlib.py::HashlibTest::test_shake PASSED
358 tests/brain/test_multiprocessing.py::MultiprocessingBrainTest::test_module_name PASSED
359 tests/brain/test_multiprocessing.py::MultiprocessingBrainTest::test_multiprocessing_manager PASSED
360 tests/brain/test_multiprocessing.py::MultiprocessingBrainTest::test_multiprocessing_module_attributes PASSED
361 tests/brain/test_named_tuple.py::NamedTupleTest::test_invalid_label_does_not_crash_inference PASSED
362 tests/brain/test_named_tuple.py::NamedTupleTest::test_invalid_typename_does_not_crash_inference PASSED
363 tests/brain/test_named_tuple.py::NamedTupleTest::test_keyword_typename_does_not_crash_inference PASSED
364 tests/brain/test_named_tuple.py::NamedTupleTest::test_name_as_typename PASSED
365 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_access_class_fields PASSED
366 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_advanced_inference PASSED
367 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_base PASSED
368 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_bases_are_actually_names_not_nodes PASSED
369 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_func_form PASSED
370 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_func_form_args_and_kwargs PASSED
371 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_inference PASSED
372 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_inference_failure PASSED
373 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_instance_attrs PASSED
374 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_rename_duplicates PASSED
375 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_rename_keywords PASSED
376 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_rename_uninferable PASSED
377 tests/brain/test_named_tuple.py::NamedTupleTest::test_namedtuple_uninferable_fields PASSED
378 tests/brain/test_named_tuple.py::NamedTupleTest::test_no_rename_duplicates_does_not_crash_inference PASSED
379 tests/brain/test_named_tuple.py::NamedTupleTest::test_no_rename_keywords_does_not_crash_inference PASSED
380 tests/brain/test_named_tuple.py::NamedTupleTest::test_no_rename_nonident_does_not_crash_inference PASSED
381 tests/brain/test_named_tuple.py::NamedTupleTest::test_no_rename_underscore_does_not_crash_inference PASSED
382 tests/brain/test_named_tuple.py::NamedTupleTest::test_pathological_str_does_not_crash_inference PASSED
383 tests/brain/test_named_tuple.py::NamedTupleTest::test_typeerror_does_not_crash_inference PASSED
384 tests/brain/test_nose.py::NoseBrainTest::test_nose_tools PASSED
385 tests/brain/test_pathlib.py::test_inference_parents PASSED
386 tests/brain/test_pathlib.py::test_inference_parents_subscript_index PASSED
387 tests/brain/test_pathlib.py::test_inference_parents_subscript_slice PASSED
388 tests/brain/test_pathlib.py::test_inference_parents_subscript_not_path PASSED
389 tests/brain/test_pytest.py::test_pytest PASSED
390 tests/brain/test_qt.py::TestBrainQt::test_value_of_lambda_instance_attrs_is_list SKIPPED
391 tests/brain/test_qt.py::TestBrainQt::test_implicit_parameters SKIPPED
392 tests/brain/test_qt.py::TestBrainQt::test_slot_disconnect_no_args SKIPPED
393 tests/brain/test_regex.py::TestRegexBrain::test_regex_flags PASSED
394 tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable XPASS
395 tests/brain/test_signal.py::test_enum[Signals] PASSED
396 tests/brain/test_signal.py::test_enum[Handlers] PASSED
397 tests/brain/test_signal.py::test_enum[Sigmasks] PASSED
398 tests/brain/test_six.py::SixBrainTest::test_attribute_access PASSED
399 tests/brain/test_six.py::SixBrainTest::test_attribute_access_with_six_moves_imported PASSED
400 tests/brain/test_six.py::SixBrainTest::test_from_imports PASSED
401 tests/brain/test_six.py::SixBrainTest::test_from_submodule_imports PASSED
402 tests/brain/test_six.py::SixBrainTest::test_six_with_metaclass_enum_ancestor PASSED
403 tests/brain/test_six.py::SixBrainTest::test_six_with_metaclass_with_additional_transform PASSED
404 tests/brain/test_six.py::SixBrainTest::test_with_metaclass_subclasses_inheritance PASSED
405 tests/brain/test_ssl.py::test_ssl_brain PASSED
406 tests/brain/test_ssl.py::test_ssl_brain_py312 SKIPPED (Uses new 3.12...)
407 tests/brain/test_threading.py::ThreadingBrainTest::test_boundedsemaphore PASSED
408 tests/brain/test_threading.py::ThreadingBrainTest::test_lock PASSED
409 tests/brain/test_threading.py::ThreadingBrainTest::test_rlock PASSED
410 tests/brain/test_threading.py::ThreadingBrainTest::test_semaphore PASSED
411 tests/brain/test_typing.py::test_infer_typevar PASSED
412 tests/brain/test_typing_extensions.py::TestTypingExtensions::test_typing_extensions_types PASSED
413 tests/brain/test_unittest.py::UnittestTest::test_isolatedasynciotestcase PASSED
414 tests/test_builder.py::FromToLineNoTest::test_callfunc_lineno PASSED
415 tests/test_builder.py::FromToLineNoTest::test_class_lineno PASSED
416 tests/test_builder.py::FromToLineNoTest::test_class_with_docstring PASSED
417 tests/test_builder.py::FromToLineNoTest::test_decorated_class_lineno PASSED
418 tests/test_builder.py::FromToLineNoTest::test_decorated_function_lineno PASSED
419 tests/test_builder.py::FromToLineNoTest::test_for_while_lineno PASSED
420 tests/test_builder.py::FromToLineNoTest::test_function_lineno PASSED
421 tests/test_builder.py::FromToLineNoTest::test_function_with_docstring PASSED
422 tests/test_builder.py::FromToLineNoTest::test_if_lineno PASSED
423 tests/test_builder.py::FromToLineNoTest::test_try_except_lineno PASSED
424 tests/test_builder.py::FromToLineNoTest::test_try_finally_25_lineno PASSED
425 tests/test_builder.py::FromToLineNoTest::test_try_finally_lineno PASSED
426 tests/test_builder.py::FromToLineNoTest::test_with_lineno PASSED
427 tests/test_builder.py::BuilderTest::test_asstuple PASSED
428 tests/test_builder.py::BuilderTest::test_augassign_attr PASSED
429 tests/test_builder.py::BuilderTest::test_build_constants PASSED
430 tests/test_builder.py::BuilderTest::test_data_build_error_filename PASSED
431 tests/test_builder.py::BuilderTest::test_data_build_invalid_x_escape PASSED
432 tests/test_builder.py::BuilderTest::test_data_build_null_bytes PASSED
433 tests/test_builder.py::BuilderTest::test_future_imports PASSED
434 tests/test_builder.py::BuilderTest::test_gen_expr_var_scope PASSED
435 tests/test_builder.py::BuilderTest::test_globals PASSED
436 tests/test_builder.py::BuilderTest::test_infer_can_assign_has_slots PASSED
437 tests/test_builder.py::BuilderTest::test_infer_can_assign_no_classdict PASSED
438 tests/test_builder.py::BuilderTest::test_infer_can_assign_regular_object PASSED
439 tests/test_builder.py::BuilderTest::test_inferred_build PASSED
440 tests/test_builder.py::BuilderTest::test_inferred_dont_pollute PASSED
441 tests/test_builder.py::BuilderTest::test_inspect_build0 PASSED
442 tests/test_builder.py::BuilderTest::test_inspect_build1 PASSED
443 tests/test_builder.py::BuilderTest::test_inspect_build3 PASSED
444 tests/test_builder.py::BuilderTest::test_inspect_build_type_object PASSED
445 tests/test_builder.py::BuilderTest::test_inspect_transform_module PASSED
446 tests/test_builder.py::BuilderTest::test_missing_file PASSED
447 tests/test_builder.py::BuilderTest::test_missing_newline PASSED
448 tests/test_builder.py::BuilderTest::test_newstyle_detection PASSED
449 tests/test_builder.py::BuilderTest::test_no_future_imports PASSED
450 tests/test_builder.py::BuilderTest::test_not_implemented PASSED
451 tests/test_builder.py::BuilderTest::test_object PASSED
452 tests/test_builder.py::BuilderTest::test_package_name PASSED
453 tests/test_builder.py::BuilderTest::test_socket_build PASSED
454 tests/test_builder.py::BuilderTest::test_two_future_imports PASSED
455 tests/test_builder.py::BuilderTest::test_type_comments_without_content PASSED
456 tests/test_builder.py::BuilderTest::test_yield_parent PASSED
457 tests/test_builder.py::FileBuildTest::test_class_base_props PASSED
458 tests/test_builder.py::FileBuildTest::test_class_basenames PASSED
459 tests/test_builder.py::FileBuildTest::test_class_instance_attrs PASSED
460 tests/test_builder.py::FileBuildTest::test_class_locals PASSED
461 tests/test_builder.py::FileBuildTest::test_function_base_props PASSED
462 tests/test_builder.py::FileBuildTest::test_function_locals PASSED
463 tests/test_builder.py::FileBuildTest::test_method_base_props PASSED
464 tests/test_builder.py::FileBuildTest::test_method_locals PASSED
465 tests/test_builder.py::FileBuildTest::test_module_base_props PASSED
466 tests/test_builder.py::FileBuildTest::test_module_locals PASSED
467 tests/test_builder.py::FileBuildTest::test_unknown_encoding PASSED
468 tests/test_builder.py::test_module_build_dunder_file PASSED
469 tests/test_builder.py::test_parse_module_with_invalid_type_comments_does_not_crash PASSED
470 tests/test_builder.py::test_arguments_of_signature PASSED
471 tests/test_builder.py::HermeticInterpreterTest::test_build_from_live_module_without_source_file PASSED
472 tests/test_constraint.py::test_if_single_statement[x is None-None-3] PASSED
473 tests/test_constraint.py::test_if_single_statement[x is not None-3-None] PASSED
474 tests/test_constraint.py::test_if_multiple_statements[x is None-None-3] PASSED
475 tests/test_constraint.py::test_if_multiple_statements[x is not None-3-None] PASSED
476 tests/test_constraint.py::test_if_irrelevant_condition[x is None-None-3] PASSED
477 tests/test_constraint.py::test_if_irrelevant_condition[x is not None-3-None] PASSED
478 tests/test_constraint.py::test_outside_if[x is None-None-3] PASSED
479 tests/test_constraint.py::test_outside_if[x is not None-3-None] PASSED
480 tests/test_constraint.py::test_nested_if[x is None-None-3] PASSED
481 tests/test_constraint.py::test_nested_if[x is not None-3-None] PASSED
482 tests/test_constraint.py::test_if_uninferable PASSED
483 tests/test_constraint.py::test_if_reassignment_in_body[x is None-None-3] PASSED
484 tests/test_constraint.py::test_if_reassignment_in_body[x is not None-3-None] PASSED
485 tests/test_constraint.py::test_if_elif_else_negates[x is None-None-3] PASSED
486 tests/test_constraint.py::test_if_elif_else_negates[x is not None-3-None] PASSED
487 tests/test_constraint.py::test_if_reassignment_in_else[x is None-None-3] PASSED
488 tests/test_constraint.py::test_if_reassignment_in_else[x is not None-3-None] PASSED
489 tests/test_constraint.py::test_if_comprehension_shadow[x is None-None-3] PASSED
490 tests/test_constraint.py::test_if_comprehension_shadow[x is not None-3-None] PASSED
491 tests/test_constraint.py::test_if_function_shadow[x is None-None-3] PASSED
492 tests/test_constraint.py::test_if_function_shadow[x is not None-3-None] PASSED
493 tests/test_constraint.py::test_if_function_call[x is None-None-3] PASSED
494 tests/test_constraint.py::test_if_function_call[x is not None-3-None] PASSED
495 tests/test_constraint.py::test_if_instance_attr[self.x is None-None-3] PASSED
496 tests/test_constraint.py::test_if_instance_attr[self.x is not None-3-None] PASSED
497 tests/test_constraint.py::test_if_instance_attr_reassignment_in_body[self.x is None-None-3] PASSED
498 tests/test_constraint.py::test_if_instance_attr_reassignment_in_body[self.x is not None-3-None] PASSED
499 tests/test_constraint.py::test_if_instance_attr_varname_collision1[x is None-None-3] PASSED
500 tests/test_constraint.py::test_if_instance_attr_varname_collision1[x is not None-3-None] PASSED
501 tests/test_constraint.py::test_if_instance_attr_varname_collision2[self.x is None-None-3] PASSED
502 tests/test_constraint.py::test_if_instance_attr_varname_collision2[self.x is not None-3-None] PASSED
503 tests/test_constraint.py::test_if_instance_attr_varname_collision3[self.x is None-None-3] PASSED
504 tests/test_constraint.py::test_if_instance_attr_varname_collision3[self.x is not None-3-None] PASSED
505 tests/test_constraint.py::test_if_instance_attr_varname_collision4[self.x is None-None-3] PASSED
506 tests/test_constraint.py::test_if_instance_attr_varname_collision4[self.x is not None-3-None] PASSED
507 tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg PASSED
508 tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args PASSED
509 tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_ok PASSED
510 tests/test_filter_statements.py::test_empty_node PASSED
511 tests/test_group_exceptions.py::test_group_exceptions SKIPPED (Requi...)
512 tests/test_group_exceptions.py::test_star_exceptions SKIPPED (Requir...)
513 tests/test_group_exceptions.py::test_star_exceptions_infer_name SKIPPED
514 tests/test_helpers.py::TestHelpers::test_inference_errors PASSED
515 tests/test_helpers.py::TestHelpers::test_inference_errors_2 PASSED
516 tests/test_helpers.py::TestHelpers::test_is_subtype PASSED
517 tests/test_helpers.py::TestHelpers::test_is_subtype_supertype_classes_metaclasses PASSED
518 tests/test_helpers.py::TestHelpers::test_is_subtype_supertype_classes_no_type_ancestor PASSED
519 tests/test_helpers.py::TestHelpers::test_is_subtype_supertype_mro_error PASSED
520 tests/test_helpers.py::TestHelpers::test_is_subtype_supertype_unknown_bases PASSED
521 tests/test_helpers.py::TestHelpers::test_is_subtype_supertype_unrelated_classes PASSED
522 tests/test_helpers.py::TestHelpers::test_object_type PASSED
523 tests/test_helpers.py::TestHelpers::test_object_type_classes_and_functions PASSED
524 tests/test_helpers.py::TestHelpers::test_object_type_metaclasses PASSED
525 tests/test_helpers.py::TestHelpers::test_object_type_most_derived PASSED
526 tests/test_helpers.py::TestHelpers::test_object_type_too_many_types PASSED
527 tests/test_helpers.py::test_uninferable_for_safe_infer PASSED
528 tests/test_helpers.py::test_safe_infer_shim PASSED
529 tests/test_inference.py::InferenceUtilsTest::test_path_wrapper PASSED
530 tests/test_inference.py::InferenceTest::test__new__ PASSED
531 tests/test_inference.py::InferenceTest::test__new__bound_methods PASSED
532 tests/test_inference.py::InferenceTest::test_advanced_tupleassign_name_inference1 PASSED
533 tests/test_inference.py::InferenceTest::test_advanced_tupleassign_name_inference2 PASSED
534 tests/test_inference.py::InferenceTest::test_ancestors_inference PASSED
535 tests/test_inference.py::InferenceTest::test_ancestors_inference2 PASSED
536 tests/test_inference.py::InferenceTest::test_arg_keyword_no_default_value PASSED
537 tests/test_inference.py::InferenceTest::test_args_default_inference1 PASSED
538 tests/test_inference.py::InferenceTest::test_args_default_inference2 PASSED
539 tests/test_inference.py::InferenceTest::test_aug_different_types_aug_not_implemented PASSED
540 tests/test_inference.py::InferenceTest::test_aug_different_types_aug_not_implemented_rop_fallback PASSED
541 tests/test_inference.py::InferenceTest::test_aug_different_types_augop_implemented PASSED
542 tests/test_inference.py::InferenceTest::test_aug_different_types_no_method_implemented PASSED
543 tests/test_inference.py::InferenceTest::test_aug_op_same_type_aug_implemented PASSED
544 tests/test_inference.py::InferenceTest::test_aug_op_same_type_aug_not_implemented_normal_implemented PASSED
545 tests/test_inference.py::InferenceTest::test_aug_op_same_type_not_implemented PASSED
546 tests/test_inference.py::InferenceTest::test_aug_op_subtype_aug_op_is_implemented PASSED
547 tests/test_inference.py::InferenceTest::test_aug_op_subtype_both_not_implemented PASSED
548 tests/test_inference.py::InferenceTest::test_aug_op_subtype_normal_op_is_implemented PASSED
549 tests/test_inference.py::InferenceTest::test_augassign PASSED
550 tests/test_inference.py::InferenceTest::test_augop_supertypes_augop_implemented PASSED
551 tests/test_inference.py::InferenceTest::test_augop_supertypes_none_implemented PASSED
552 tests/test_inference.py::InferenceTest::test_augop_supertypes_normal_binop_implemented PASSED
553 tests/test_inference.py::InferenceTest::test_augop_supertypes_not_implemented_returned_for_all PASSED
554 tests/test_inference.py::InferenceTest::test_augop_supertypes_reflected_binop_implemented PASSED
555 tests/test_inference.py::InferenceTest::test_augop_type_errors_partially_uninferable PASSED
556 tests/test_inference.py::InferenceTest::test_bin_op_classes PASSED
557 tests/test_inference.py::InferenceTest::test_bin_op_classes_with_metaclass PASSED
558 tests/test_inference.py::InferenceTest::test_bin_op_supertype_more_complicated_example PASSED
559 tests/test_inference.py::InferenceTest::test_binary_op_custom_class PASSED
560 tests/test_inference.py::InferenceTest::test_binary_op_float_div PASSED
561 tests/test_inference.py::InferenceTest::test_binary_op_int_add PASSED
562 tests/test_inference.py::InferenceTest::test_binary_op_int_bitand PASSED
563 tests/test_inference.py::InferenceTest::test_binary_op_int_bitor PASSED
564 tests/test_inference.py::InferenceTest::test_binary_op_int_bitxor PASSED
565 tests/test_inference.py::InferenceTest::test_binary_op_int_shiftleft PASSED
566 tests/test_inference.py::InferenceTest::test_binary_op_int_shiftright PASSED
567 tests/test_inference.py::InferenceTest::test_binary_op_int_sub PASSED
568 tests/test_inference.py::InferenceTest::test_binary_op_list_mul PASSED
569 tests/test_inference.py::InferenceTest::test_binary_op_list_mul_int PASSED
570 tests/test_inference.py::InferenceTest::test_binary_op_list_mul_none PASSED
571 tests/test_inference.py::InferenceTest::test_binary_op_not_used_in_boolean_context PASSED
572 tests/test_inference.py::InferenceTest::test_binary_op_on_self PASSED
573 tests/test_inference.py::InferenceTest::test_binary_op_or_union_type PASSED
574 tests/test_inference.py::InferenceTest::test_binary_op_other_type PASSED
575 tests/test_inference.py::InferenceTest::test_binary_op_other_type_using_reflected_operands PASSED
576 tests/test_inference.py::InferenceTest::test_binary_op_reflected_and_not_implemented_is_type_error PASSED
577 tests/test_inference.py::InferenceTest::test_binary_op_str_mul PASSED
578 tests/test_inference.py::InferenceTest::test_binary_op_tuple_add PASSED
579 tests/test_inference.py::InferenceTest::test_binary_op_type_errors PASSED
580 tests/test_inference.py::InferenceTest::test_binary_type_errors_partially_uninferable PASSED
581 tests/test_inference.py::InferenceTest::test_binop_ambiguity PASSED
582 tests/test_inference.py::InferenceTest::test_binop_different_types_no_method_implemented PASSED
583 tests/test_inference.py::InferenceTest::test_binop_different_types_normal_not_implemented_and_reflected PASSED
584 tests/test_inference.py::InferenceTest::test_binop_different_types_reflected_and_normal_not_implemented PASSED
585 tests/test_inference.py::InferenceTest::test_binop_different_types_reflected_only PASSED
586 tests/test_inference.py::InferenceTest::test_binop_different_types_unknown_bases PASSED
587 tests/test_inference.py::InferenceTest::test_binop_inference_errors PASSED
588 tests/test_inference.py::InferenceTest::test_binop_list_with_elts PASSED
589 tests/test_inference.py::InferenceTest::test_binop_same_types PASSED
590 tests/test_inference.py::InferenceTest::test_binop_self_in_list PASSED
591 tests/test_inference.py::InferenceTest::test_binop_subtype PASSED
592 tests/test_inference.py::InferenceTest::test_binop_subtype_implemented_in_parent PASSED
593 tests/test_inference.py::InferenceTest::test_binop_subtype_not_implemented PASSED
594 tests/test_inference.py::InferenceTest::test_binop_supertype PASSED
595 tests/test_inference.py::InferenceTest::test_binop_supertype_both_not_implemented PASSED
596 tests/test_inference.py::InferenceTest::test_binop_supertype_rop_not_implemented PASSED
597 tests/test_inference.py::InferenceTest::test_bool_value PASSED
598 tests/test_inference.py::InferenceTest::test_bool_value_instances PASSED
599 tests/test_inference.py::InferenceTest::test_bool_value_recursive PASSED
600 tests/test_inference.py::InferenceTest::test_bool_value_variable PASSED
601 tests/test_inference.py::InferenceTest::test_bound_method_inference PASSED
602 tests/test_inference.py::InferenceTest::test_bt_ancestor_crash PASSED
603 tests/test_inference.py::InferenceTest::test_builtin_help PASSED
604 tests/test_inference.py::InferenceTest::test_builtin_inference_py3k PASSED
605 tests/test_inference.py::InferenceTest::test_builtin_name_inference PASSED
606 tests/test_inference.py::InferenceTest::test_builtin_new PASSED
607 tests/test_inference.py::InferenceTest::test_builtin_open PASSED
608 tests/test_inference.py::InferenceTest::test_builtin_types PASSED
609 tests/test_inference.py::InferenceTest::test_bytes_subscript PASSED
610 tests/test_inference.py::InferenceTest::test_callfunc_context_func PASSED
611 tests/test_inference.py::InferenceTest::test_callfunc_context_lambda PASSED
612 tests/test_inference.py::InferenceTest::test_callfunc_inference PASSED
613 tests/test_inference.py::InferenceTest::test_class_inference PASSED
614 tests/test_inference.py::InferenceTest::test_classmethod_inferred_by_context PASSED
615 tests/test_inference.py::InferenceTest::test_context_call_for_context_managers PASSED
616 tests/test_inference.py::InferenceTest::test_conversion_of_dict_methods PASSED
617 tests/test_inference.py::InferenceTest::test_copy_method_inference PASSED
618 tests/test_inference.py::InferenceTest::test_del1 PASSED
619 tests/test_inference.py::InferenceTest::test_del2 PASSED
620 tests/test_inference.py::InferenceTest::test_delayed_attributes_without_slots PASSED
621 tests/test_inference.py::InferenceTest::test_descriptor_are_callable XFAIL
622 tests/test_inference.py::InferenceTest::test_dict_inference PASSED
623 tests/test_inference.py::InferenceTest::test_dict_inference_for_multiple_starred PASSED
624 tests/test_inference.py::InferenceTest::test_dict_inference_kwargs PASSED
625 tests/test_inference.py::InferenceTest::test_dict_inference_unpack_repeated_key PASSED
626 tests/test_inference.py::InferenceTest::test_dict_invalid_args PASSED
627 tests/test_inference.py::InferenceTest::test_do_import_module_performance PASSED
628 tests/test_inference.py::InferenceTest::test_exc_ancestors PASSED
629 tests/test_inference.py::InferenceTest::test_except_inference PASSED
630 tests/test_inference.py::InferenceTest::test_f_arg_f PASSED
631 tests/test_inference.py::InferenceTest::test_factory_method PASSED
632 tests/test_inference.py::InferenceTest::test_factory_methods_cls_call PASSED
633 tests/test_inference.py::InferenceTest::test_factory_methods_inside_binary_operation XFAIL
634 tests/test_inference.py::InferenceTest::test_factory_methods_object_new_call PASSED
635 tests/test_inference.py::InferenceTest::test_float_complex_ambiguity PASSED
636 tests/test_inference.py::InferenceTest::test_for_dict PASSED
637 tests/test_inference.py::InferenceTest::test_frozenset_builtin_inference PASSED
638 tests/test_inference.py::InferenceTest::test_fstring_inference PASSED
639 tests/test_inference.py::InferenceTest::test_function_inference PASSED
640 tests/test_inference.py::InferenceTest::test_function_metaclasses XFAIL
641 tests/test_inference.py::InferenceTest::test_genexpr_bool_value PASSED
642 tests/test_inference.py::InferenceTest::test_getattr_inference1 PASSED
643 tests/test_inference.py::InferenceTest::test_getattr_inference2 PASSED
644 tests/test_inference.py::InferenceTest::test_getattr_inference3 PASSED
645 tests/test_inference.py::InferenceTest::test_getattr_inference4 PASSED
646 tests/test_inference.py::InferenceTest::test_getitem_of_class_raised_type_error PASSED
647 tests/test_inference.py::InferenceTest::test_im_func_unwrap PASSED
648 tests/test_inference.py::InferenceTest::test_import_as PASSED
649 tests/test_inference.py::InferenceTest::test_infer_abstract_property_return_values PASSED
650 tests/test_inference.py::InferenceTest::test_infer_arg_called_object_when_used_as_index_is_uninferable PASSED
651 tests/test_inference.py::InferenceTest::test_infer_arg_called_type_defined_in_outer_scope_is_uninferable PASSED
652 tests/test_inference.py::InferenceTest::test_infer_arg_called_type_is_uninferable PASSED
653 tests/test_inference.py::InferenceTest::test_infer_arg_called_type_when_used_as_index_is_uninferable PASSED
654 tests/test_inference.py::InferenceTest::test_infer_arg_called_type_when_used_as_subscript_is_uninferable PASSED
655 tests/test_inference.py::InferenceTest::test_infer_arguments PASSED
656 tests/test_inference.py::InferenceTest::test_infer_call_result_crash PASSED
657 tests/test_inference.py::InferenceTest::test_infer_call_result_invalid_dunder_call_on_instance PASSED
658 tests/test_inference.py::InferenceTest::test_infer_call_result_same_proxied_class PASSED
659 tests/test_inference.py::InferenceTest::test_infer_call_result_with_metaclass PASSED
660 tests/test_inference.py::InferenceTest::test_infer_cls_in_class_methods PASSED
661 tests/test_inference.py::InferenceTest::test_infer_coercion_rules_for_floats_complex PASSED
662 tests/test_inference.py::InferenceTest::test_infer_empty_nodes PASSED
663 tests/test_inference.py::InferenceTest::test_infer_function_under_if PASSED
664 tests/test_inference.py::InferenceTest::test_infer_method_empty_body PASSED
665 tests/test_inference.py::InferenceTest::test_infer_method_overload PASSED
666 tests/test_inference.py::InferenceTest::test_infer_nested PASSED
667 tests/test_inference.py::InferenceTest::test_infer_property_setter PASSED
668 tests/test_inference.py::InferenceTest::test_infer_subclass_attr_inner_class PASSED
669 tests/test_inference.py::InferenceTest::test_infer_subclass_attr_inner_class_works_indirectly PASSED
670 tests/test_inference.py::InferenceTest::test_infer_subclass_attr_instance_attr PASSED
671 tests/test_inference.py::InferenceTest::test_infer_subclass_attr_instance_attr_indirect PASSED
672 tests/test_inference.py::InferenceTest::test_infer_subclass_attr_outer_class PASSED
673 tests/test_inference.py::InferenceTest::test_infer_variable_arguments PASSED
674 tests/test_inference.py::InferenceTest::test_inference_restrictions PASSED
675 tests/test_inference.py::InferenceTest::test_inferring_context_manager_skip_index_error PASSED
676 tests/test_inference.py::InferenceTest::test_inferring_context_manager_unpacking_inference_error PASSED
677 tests/test_inference.py::InferenceTest::test_inferring_with_contextlib_contextmanager PASSED
678 tests/test_inference.py::InferenceTest::test_inferring_with_contextlib_contextmanager_failures PASSED
679 tests/test_inference.py::InferenceTest::test_inferring_with_statement PASSED
680 tests/test_inference.py::InferenceTest::test_inferring_with_statement_failures PASSED
681 tests/test_inference.py::InferenceTest::test_infinite_loop_for_decorators PASSED
682 tests/test_inference.py::InferenceTest::test_inner_value_redefined_by_subclass PASSED
683 tests/test_inference.py::InferenceTest::test_inner_value_redefined_by_subclass_with_mro PASSED
684 tests/test_inference.py::InferenceTest::test_instance_binary_operations PASSED
685 tests/test_inference.py::InferenceTest::test_instance_binary_operations_multiple_methods PASSED
686 tests/test_inference.py::InferenceTest::test_instance_binary_operations_parent PASSED
687 tests/test_inference.py::InferenceTest::test_instance_slicing PASSED
688 tests/test_inference.py::InferenceTest::test_instance_slicing_fails PASSED
689 tests/test_inference.py::InferenceTest::test_instance_slicing_slices PASSED
690 tests/test_inference.py::InferenceTest::test_invalid_slicing_primaries PASSED
691 tests/test_inference.py::InferenceTest::test_invalid_subscripts PASSED
692 tests/test_inference.py::InferenceTest::test_lambda_as_methods PASSED
693 tests/test_inference.py::InferenceTest::test_list_builtin_inference PASSED
694 tests/test_inference.py::InferenceTest::test_list_inference PASSED
695 tests/test_inference.py::InferenceTest::test_listassign_name_inference PASSED
696 tests/test_inference.py::InferenceTest::test_lookup_cond_branches PASSED
697 tests/test_inference.py::InferenceTest::test_matmul PASSED
698 tests/test_inference.py::InferenceTest::test_metaclass__getitem__ PASSED
699 tests/test_inference.py::InferenceTest::test_metaclass_arguments_are_classes_not_instances XFAIL
700 tests/test_inference.py::InferenceTest::test_metaclass_custom_dunder_call PASSED
701 tests/test_inference.py::InferenceTest::test_metaclass_custom_dunder_call_boundnode PASSED
702 tests/test_inference.py::InferenceTest::test_metaclass_subclasses_arguments_are_classes_not_instances PASSED
703 tests/test_inference.py::InferenceTest::test_metaclass_with_keyword_args PASSED
704 tests/test_inference.py::InferenceTest::test_method_argument PASSED
705 tests/test_inference.py::InferenceTest::test_module_inference PASSED
706 tests/test_inference.py::InferenceTest::test_mul_list_supports__index__ PASSED
707 tests/test_inference.py::InferenceTest::test_mulassign_inference PASSED
708 tests/test_inference.py::InferenceTest::test_name_bool_value PASSED
709 tests/test_inference.py::InferenceTest::test_name_repeat_inference PASSED
710 tests/test_inference.py::InferenceTest::test_nested_contextmanager PASSED
711 tests/test_inference.py::InferenceTest::test_no_infinite_ancestor_loop PASSED
712 tests/test_inference.py::InferenceTest::test_no_runtime_error_in_repeat_inference PASSED
713 tests/test_inference.py::InferenceTest::test_nonregr_absolute_import PASSED
714 tests/test_inference.py::InferenceTest::test_nonregr_func_arg PASSED
715 tests/test_inference.py::InferenceTest::test_nonregr_func_global PASSED
716 tests/test_inference.py::InferenceTest::test_nonregr_getitem_empty_tuple PASSED
717 tests/test_inference.py::InferenceTest::test_nonregr_inference_modifying_col_offset PASSED
718 tests/test_inference.py::InferenceTest::test_nonregr_instance_attrs PASSED
719 tests/test_inference.py::InferenceTest::test_nonregr_lambda_arg PASSED
720 tests/test_inference.py::InferenceTest::test_nonregr_layed_dictunpack PASSED
721 tests/test_inference.py::InferenceTest::test_nonregr_multi_referential_addition PASSED
722 tests/test_inference.py::InferenceTest::test_pluggable_inference PASSED
723 tests/test_inference.py::InferenceTest::test_property PASSED
724 tests/test_inference.py::InferenceTest::test_python25_no_relative_import PASSED
725 tests/test_inference.py::InferenceTest::test_scope_lookup_same_attributes PASSED
726 tests/test_inference.py::InferenceTest::test_set_builtin_inference PASSED
727 tests/test_inference.py::InferenceTest::test_simple_for PASSED
728 tests/test_inference.py::InferenceTest::test_simple_for_genexpr PASSED
729 tests/test_inference.py::InferenceTest::test_simple_subscript PASSED
730 tests/test_inference.py::InferenceTest::test_simple_tuple PASSED
731 tests/test_inference.py::InferenceTest::test_slicing_list PASSED
732 tests/test_inference.py::InferenceTest::test_slicing_str PASSED
733 tests/test_inference.py::InferenceTest::test_slicing_tuple PASSED
734 tests/test_inference.py::InferenceTest::test_special_method_masquerading_as_another PASSED
735 tests/test_inference.py::InferenceTest::test_starred_in_list_literal PASSED
736 tests/test_inference.py::InferenceTest::test_starred_in_literals_inference_issues PASSED
737 tests/test_inference.py::InferenceTest::test_starred_in_mapping_inference_issues PASSED
738 tests/test_inference.py::InferenceTest::test_starred_in_mapping_literal PASSED
739 tests/test_inference.py::InferenceTest::test_starred_in_mapping_literal_no_inference_possible PASSED
740 tests/test_inference.py::InferenceTest::test_starred_in_mapping_literal_non_const_keys_values PASSED
741 tests/test_inference.py::InferenceTest::test_starred_in_set_literal PASSED
742 tests/test_inference.py::InferenceTest::test_starred_in_tuple_literal PASSED
743 tests/test_inference.py::InferenceTest::test_stop_iteration_leak PASSED
744 tests/test_inference.py::InferenceTest::test_str_methods PASSED
745 tests/test_inference.py::InferenceTest::test_string_interpolation PASSED
746 tests/test_inference.py::InferenceTest::test_subscript_inference_error PASSED
747 tests/test_inference.py::InferenceTest::test_subscript_multi_slice PASSED
748 tests/test_inference.py::InferenceTest::test_subscript_multi_value PASSED
749 tests/test_inference.py::InferenceTest::test_subscript_supports__index__ PASSED
750 tests/test_inference.py::InferenceTest::test_swap_assign_inference PASSED
751 tests/test_inference.py::InferenceTest::test_tuple_builtin_inference PASSED
752 tests/test_inference.py::InferenceTest::test_tuple_then_list PASSED
753 tests/test_inference.py::InferenceTest::test_tupleassign_name_inference PASSED
754 tests/test_inference.py::InferenceTest::test_two_parents_from_same_module PASSED
755 tests/test_inference.py::InferenceTest::test_type__new__invalid_attrs PASSED
756 tests/test_inference.py::InferenceTest::test_type__new__invalid_bases PASSED
757 tests/test_inference.py::InferenceTest::test_type__new__invalid_mcs_argument PASSED
758 tests/test_inference.py::InferenceTest::test_type__new__invalid_name PASSED
759 tests/test_inference.py::InferenceTest::test_type__new__metaclass_and_ancestors_lookup PASSED
760 tests/test_inference.py::InferenceTest::test_type__new__metaclass_lookup PASSED
761 tests/test_inference.py::InferenceTest::test_type__new__not_enough_arguments PASSED
762 tests/test_inference.py::InferenceTest::test_type__new__with_metaclass PASSED
763 tests/test_inference.py::InferenceTest::test_unary_empty_type_errors PASSED
764 tests/test_inference.py::InferenceTest::test_unary_not PASSED
765 tests/test_inference.py::InferenceTest::test_unary_op_assignment PASSED
766 tests/test_inference.py::InferenceTest::test_unary_op_classes PASSED
767 tests/test_inference.py::InferenceTest::test_unary_op_classes_with_metaclass PASSED
768 tests/test_inference.py::InferenceTest::test_unary_op_instance_method_not_callable PASSED
769 tests/test_inference.py::InferenceTest::test_unary_op_leaks_stop_iteration PASSED
770 tests/test_inference.py::InferenceTest::test_unary_op_numbers PASSED
771 tests/test_inference.py::InferenceTest::test_unary_operands PASSED
772 tests/test_inference.py::InferenceTest::test_unary_type_errors PASSED
773 tests/test_inference.py::InferenceTest::test_unary_type_errors_for_non_instance_objects PASSED
774 tests/test_inference.py::InferenceTest::test_unary_type_errors_partially_uninferable PASSED
775 tests/test_inference.py::InferenceTest::test_unbound_method_inference PASSED
776 tests/test_inference.py::InferenceTest::test_unicode_methods PASSED
777 tests/test_inference.py::InferenceTest::test_uninferable_type_subscript PASSED
778 tests/test_inference.py::InferenceTest::test_with_metaclass__getitem__ PASSED
779 tests/test_inference.py::InferenceTest::test_with_metaclass_subclasses_arguments_are_classes_not_instances PASSED
780 tests/test_inference.py::InferenceTest::test_with_metaclass_with_partial_imported_name PASSED
781 tests/test_inference.py::GetattrTest::test_attribute_missing PASSED
782 tests/test_inference.py::GetattrTest::test_attrname_not_string PASSED
783 tests/test_inference.py::GetattrTest::test_default PASSED
784 tests/test_inference.py::GetattrTest::test_lambda PASSED
785 tests/test_inference.py::GetattrTest::test_lookup PASSED
786 tests/test_inference.py::GetattrTest::test_yes_when_unknown PASSED
787 tests/test_inference.py::HasattrTest::test_attribute_is_missing PASSED
788 tests/test_inference.py::HasattrTest::test_attribute_is_not_missing PASSED
789 tests/test_inference.py::HasattrTest::test_inference_errors PASSED
790 tests/test_inference.py::HasattrTest::test_lambda PASSED
791 tests/test_inference.py::BoolOpTest::test_bool_ops PASSED
792 tests/test_inference.py::BoolOpTest::test_other_nodes PASSED
793 tests/test_inference.py::BoolOpTest::test_yes_when_unknown PASSED
794 tests/test_inference.py::TestCallable::test_callable PASSED
795 tests/test_inference.py::TestCallable::test_callable_methods PASSED
796 tests/test_inference.py::TestCallable::test_inference_errors PASSED
797 tests/test_inference.py::TestCallable::test_not_callable PASSED
798 tests/test_inference.py::TestBool::test_bool PASSED
799 tests/test_inference.py::TestBool::test_bool_bool_special_method PASSED
800 tests/test_inference.py::TestBool::test_bool_instance_not_callable PASSED
801 tests/test_inference.py::TestBool::test_class_subscript PASSED
802 tests/test_inference.py::TestBool::test_class_subscript_inference_context PASSED
803 tests/test_inference.py::TestType::test_type PASSED
804 tests/test_inference.py::ArgumentsTest::test_args PASSED
805 tests/test_inference.py::ArgumentsTest::test_args_overwritten PASSED
806 tests/test_inference.py::ArgumentsTest::test_defaults PASSED
807 tests/test_inference.py::ArgumentsTest::test_fail_to_infer_args PASSED
808 tests/test_inference.py::ArgumentsTest::test_kwargs PASSED
809 tests/test_inference.py::ArgumentsTest::test_kwargs_access_by_name PASSED
810 tests/test_inference.py::ArgumentsTest::test_kwargs_and_other_named_parameters PASSED
811 tests/test_inference.py::ArgumentsTest::test_kwargs_are_overridden PASSED
812 tests/test_inference.py::ArgumentsTest::test_kwonly_args PASSED
813 tests/test_inference.py::ArgumentsTest::test_multiple_kwargs PASSED
814 tests/test_inference.py::ArgumentsTest::test_multiple_starred_args PASSED
815 tests/test_inference.py::SliceTest::test_slice PASSED
816 tests/test_inference.py::SliceTest::test_slice_attributes PASSED
817 tests/test_inference.py::SliceTest::test_slice_inference_error PASSED
818 tests/test_inference.py::SliceTest::test_slice_type PASSED
819 tests/test_inference.py::CallSiteTest::test_call_site PASSED
820 tests/test_inference.py::CallSiteTest::test_call_site_starred_args PASSED
821 tests/test_inference.py::CallSiteTest::test_call_site_uninferable PASSED
822 tests/test_inference.py::CallSiteTest::test_call_site_valid_arguments PASSED
823 tests/test_inference.py::CallSiteTest::test_duplicated_keyword_arguments PASSED
824 tests/test_inference.py::ObjectDunderNewTest::test_object_dunder_new_is_inferred_if_decorator PASSED
825 tests/test_inference.py::test_formatted_fstring_inference[width = 10\nprecision = 4\nvalue = 12.34567\nresult = f"result: {value:{width}.{precision}}!"\n-result:      12.35!] PASSED
826 tests/test_inference.py::test_formatted_fstring_inference[width = None\nprecision = 4\nvalue = 12.34567\nresult = f"result: {value:{width}.{precision}}!"\n-None] PASSED
827 tests/test_inference.py::test_formatted_fstring_inference[width = 10\nprecision = 4\nvalue = None\nresult = f"result: {value:{width}.{precision}}!"\n-None] PASSED
828 tests/test_inference.py::test_augassign_recursion PASSED
829 tests/test_inference.py::test_infer_custom_inherit_from_property PASSED
830 tests/test_inference.py::test_cannot_infer_call_result_for_builtin_methods PASSED
831 tests/test_inference.py::test_unpack_dicts_in_assignment PASSED
832 tests/test_inference.py::test_slice_inference_in_for_loops PASSED
833 tests/test_inference.py::test_slice_inference_in_for_loops_not_working PASSED
834 tests/test_inference.py::test_slice_zero_step_does_not_raise_ValueError PASSED
835 tests/test_inference.py::test_slice_zero_step_on_str_does_not_raise_ValueError PASSED
836 tests/test_inference.py::test_unpacking_starred_and_dicts_in_assignment PASSED
837 tests/test_inference.py::test_unpacking_starred_empty_list_in_assignment PASSED
838 tests/test_inference.py::test_regression_infinite_loop_decorator PASSED
839 tests/test_inference.py::test_stop_iteration_in_int PASSED
840 tests/test_inference.py::test_call_on_instance_with_inherited_dunder_call_method PASSED
841 tests/test_inference.py::TestInferencePropagation::test_call_context_propagation XFAIL
842 tests/test_inference.py::TestInferencePropagation::test_call_starargs_propagation PASSED
843 tests/test_inference.py::TestInferencePropagation::test_call_kwargs_propagation PASSED
844 tests/test_inference.py::test_compare[<-False] PASSED
845 tests/test_inference.py::test_compare[<=-True] PASSED
846 tests/test_inference.py::test_compare[==-True] PASSED
847 tests/test_inference.py::test_compare[>=-True] PASSED
848 tests/test_inference.py::test_compare[>-False] PASSED
849 tests/test_inference.py::test_compare[!=-False] PASSED
850 tests/test_inference.py::test_compare_identity[is-True] XFAIL (uninf...)
851 tests/test_inference.py::test_compare_identity[is not-False] XFAIL (...)
852 tests/test_inference.py::test_compare_membership[in-True] PASSED
853 tests/test_inference.py::test_compare_membership[not in-False] PASSED
854 tests/test_inference.py::test_compare_lesseq_types[1-1-True] PASSED
855 tests/test_inference.py::test_compare_lesseq_types[1-1.1-True] PASSED
856 tests/test_inference.py::test_compare_lesseq_types[1.1-1-False] PASSED
857 tests/test_inference.py::test_compare_lesseq_types[1.0-1.0-True] PASSED
858 tests/test_inference.py::test_compare_lesseq_types[abc-def-True] PASSED
859 tests/test_inference.py::test_compare_lesseq_types[abc--False] PASSED
860 tests/test_inference.py::test_compare_lesseq_types[lhs6-rhs6-True] PASSED
861 tests/test_inference.py::test_compare_lesseq_types[lhs7-rhs7-True] PASSED
862 tests/test_inference.py::test_compare_lesseq_types[lhs8-rhs8-False] PASSED
863 tests/test_inference.py::test_compare_lesseq_types[True-True-True] PASSED
864 tests/test_inference.py::test_compare_lesseq_types[True-False-False] PASSED
865 tests/test_inference.py::test_compare_lesseq_types[False-1-True] PASSED
866 tests/test_inference.py::test_compare_lesseq_types[(1+0j)-(2+0j)-result12] PASSED
867 tests/test_inference.py::test_compare_lesseq_types[0.0--0.0-True] PASSED
868 tests/test_inference.py::test_compare_lesseq_types[0-1-result14] PASSED
869 tests/test_inference.py::test_compare_lesseq_types[\x00-\x01-True] PASSED
870 tests/test_inference.py::test_compare_chained PASSED
871 tests/test_inference.py::test_compare_inferred_members PASSED
872 tests/test_inference.py::test_compare_instance_members PASSED
873 tests/test_inference.py::test_compare_dynamic XFAIL (unimplemented)
874 tests/test_inference.py::test_compare_uninferable_member PASSED
875 tests/test_inference.py::test_compare_chained_comparisons_shortcircuit_on_false PASSED
876 tests/test_inference.py::test_compare_chained_comparisons_continue_on_true PASSED
877 tests/test_inference.py::test_compare_known_false_branch XFAIL (unim...)
878 tests/test_inference.py::test_compare_ifexp_constant PASSED
879 tests/test_inference.py::test_compare_typeerror PASSED
880 tests/test_inference.py::test_compare_multiple_possibilites PASSED
881 tests/test_inference.py::test_compare_ambiguous_multiple_possibilites PASSED
882 tests/test_inference.py::test_compare_nonliteral PASSED
883 tests/test_inference.py::test_compare_unknown PASSED
884 tests/test_inference.py::test_limit_inference_result_amount PASSED
885 tests/test_inference.py::test_attribute_inference_should_not_access_base_classes PASSED
886 tests/test_inference.py::test_attribute_mro_object_inference PASSED
887 tests/test_inference.py::test_inferred_sequence_unpacking_works PASSED
888 tests/test_inference.py::test_recursion_error_inferring_slice PASSED
889 tests/test_inference.py::test_exception_lookup_last_except_handler_wins PASSED
890 tests/test_inference.py::test_exception_lookup_name_bound_in_except_handler PASSED
891 tests/test_inference.py::test_builtin_inference_list_of_exceptions PASSED
892 tests/test_inference.py::test_cannot_getattr_ann_assigns PASSED
893 tests/test_inference.py::test_prevent_recursion_error_in_igetattr_and_context_manager_inference PASSED
894 tests/test_inference.py::test_igetattr_idempotent PASSED
895 tests/test_inference.py::test_cache_usage_without_explicit_context PASSED
896 tests/test_inference.py::test_infer_context_manager_with_unknown_args PASSED
897 tests/test_inference.py::test_subclass_of_exception[\n        class Error(Exception):\n            pass\n\n        a = Error()\n        a #@\n        ] PASSED
898 tests/test_inference.py::test_subclass_of_exception[\n        class Error(Exception):\n            def method(self):\n                 self #@\n        ] PASSED
899 tests/test_inference.py::test_ifexp_inference PASSED
900 tests/test_inference.py::test_assert_last_function_returns_none_on_inference PASSED
901 tests/test_inference.py::test_posonlyargs_inference PASSED
902 tests/test_inference.py::test_infer_args_unpacking_of_self PASSED
903 tests/test_inference.py::test_infer_exception_instance_attributes PASSED
904 tests/test_inference.py::test_infer_assign_attr PASSED
905 tests/test_inference.py::test_inference_is_limited_to_the_boundnode[\n        class A:\n            def __enter__(self):\n                return self\n            def __exit__(self, err_type, err, traceback):\n                return\n        class B(A):\n            pass\n        with B() as b:\n            b #@\n        -B] PASSED
906 tests/test_inference.py::test_inference_is_limited_to_the_boundnode[\n    class A:\n        def __enter__(self):\n            return A()\n        def __exit__(self, err_type, err, traceback):\n            return\n    class B(A):\n            pass\n    with B() as b:\n        b #@\n    -A] PASSED
907 tests/test_inference.py::test_inference_is_limited_to_the_boundnode[\n        class A:\n            def test(self):\n                return A()\n        class B(A):\n            def test(self):\n                return A.test(self)\n        B().test()\n        -A] PASSED
908 tests/test_inference.py::test_property_inference PASSED
909 tests/test_inference.py::test_property_as_string PASSED
910 tests/test_inference.py::test_property_callable_inference PASSED
911 tests/test_inference.py::test_property_docstring PASSED
912 tests/test_inference.py::test_recursion_error_inferring_builtin_containers PASSED
913 tests/test_inference.py::test_inferaugassign_picking_parent_instead_of_stmt PASSED
914 tests/test_inference.py::test_classmethod_from_builtins_inferred_as_bound PASSED
915 tests/test_inference.py::test_infer_dict_passes_context PASSED
916 tests/test_inference.py::test_custom_decorators_for_classmethod_and_staticmethods[\n            def klassmethod1(method):\n                @classmethod\n                def inner(cls):\n                    return method(cls)\n                return inner\n\n            class X(object):\n                @klassmethod1\n                def x(cls):\n                    return 'X'\n            X.x\n            -BoundMethod-classmethod] PASSED
917 tests/test_inference.py::test_custom_decorators_for_classmethod_and_staticmethods[\n            def staticmethod1(method):\n                @staticmethod\n                def inner(cls):\n                    return method(cls)\n                return inner\n\n            class X(object):\n                @staticmethod1\n                def x(cls):\n                    return 'X'\n            X.x\n            -FunctionDef-staticmethod] PASSED
918 tests/test_inference.py::test_custom_decorators_for_classmethod_and_staticmethods[\n            def klassmethod1(method):\n                def inner(cls):\n                    return method(cls)\n                return classmethod(inner)\n\n            class X(object):\n                @klassmethod1\n                def x(cls):\n                    return 'X'\n            X.x\n            -BoundMethod-classmethod] PASSED
919 tests/test_inference.py::test_custom_decorators_for_classmethod_and_staticmethods[\n            def staticmethod1(method):\n                def inner(cls):\n                    return method(cls)\n                return staticmethod(inner)\n\n            class X(object):\n                @staticmethod1\n                def x(cls):\n                    return 'X'\n            X.x\n            -FunctionDef-staticmethod] PASSED
920 tests/test_inference.py::test_dataclasses_subscript_inference_recursion_error_39 PASSED
921 tests/test_inference.py::test_self_reference_infer_does_not_trigger_recursion_error PASSED
922 tests/test_inference.py::test_inferring_properties_multiple_time_does_not_mutate_locals PASSED
923 tests/test_inference.py::test_getattr_fails_on_empty_values PASSED
924 tests/test_inference.py::test_infer_first_argument_of_static_method_in_metaclass PASSED
925 tests/test_inference.py::test_recursion_error_metaclass_monkeypatching PASSED
926 tests/test_inference.py::test_recursion_error_self_reference_type_call XFAIL
927 tests/test_inference.py::test_allow_retrieving_instance_attrs_and_special_attrs_for_functions PASSED
928 tests/test_inference.py::test_implicit_parameters_bound_method PASSED
929 tests/test_inference.py::test_super_inference_of_abstract_property PASSED
930 tests/test_inference.py::test_infer_generated_setter PASSED
931 tests/test_inference.py::test_infer_list_of_uninferables_does_not_crash PASSED
932 tests/test_inference.py::test_issue926_infer_stmts_referencing_same_name_is_not_uninferable PASSED
933 tests/test_inference.py::test_issue926_binop_referencing_same_name_is_not_uninferable PASSED
934 tests/test_inference.py::test_pylint_issue_4692_attribute_inference_error_in_infer_import_from PASSED
935 tests/test_inference.py::test_issue_1090_infer_yield_type_base_class PASSED
936 tests/test_inference.py::test_namespace_package PASSED
937 tests/test_inference.py::test_namespace_package_same_name PASSED
938 tests/test_inference.py::test_relative_imports_init_package PASSED
939 tests/test_inference.py::test_inference_of_items_on_module_dict PASSED
940 tests/test_inference.py::test_imported_module_var_inferable PASSED
941 tests/test_inference.py::test_imported_module_var_inferable2 PASSED
942 tests/test_inference.py::test_imported_module_var_inferable3 PASSED
943 tests/test_inference.py::test_recursion_on_inference_tip PASSED
944 tests/test_inference.py::test_function_def_cached_generator PASSED
945 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[empty-indexes] PASSED
946 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[numbered-indexes] PASSED
947 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[empty-indexes-from-positional] PASSED
948 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[numbered-indexes-from-positionl] PASSED
949 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[named-indexes-from-keyword] PASSED
950 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[empty-indexes-on-variable] PASSED
951 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[empty-indexes-from-variable0] PASSED
952 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting[empty-indexes-from-variable1] PASSED
953 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            from missing import Unknown\n            fname = Unknown\n            age = 12\n            "My name is %(fname)s, I'm %(age)s" % {"fname": fname, "age": age}\n            ] PASSED
954 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            from missing import fname\n            age = 12\n            "My name is %(fname)s, I'm %(age)s" % {"fname": fname, "age": age}\n            ] PASSED
955 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            from missing import fname\n            "My name is %s, I'm %s" % (fname, 12)\n            ] PASSED
956 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            "My name is %0s, I'm %1s" % ("Daniel")\n            ] PASSED
957 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable["I am %s" % ()] PASSED
958 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable["I am %s" % Exception()] PASSED
959 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            fsname = "Daniel"\n            "My name is %(fname)s, I'm %(age)s" % {"fsname": fsname, "age": age}\n            ] PASSED
960 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            "My name is %(fname)s, I'm %(age)s" % {Exception(): "Daniel", "age": age}\n            ] PASSED
961 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            fname = "Daniel"\n            age = 12\n            "My name is %0s, I'm %(age)s" % (fname, age)\n            ] PASSED
962 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[\n            "My name is %s, I'm %s" % ((fname,)*2)\n            ] PASSED
963 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[20 % 0] PASSED
964 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_uninferable[("%" + str(20)) % 0] PASSED
965 tests/test_inference.py::TestOldStyleStringFormatting::test_old_style_string_formatting_with_specs PASSED
966 tests/test_inference.py::test_sys_argv_uninferable PASSED
967 tests/test_inference.py::test_empty_format_spec PASSED
968 tests/test_inference.py::test_joined_str_returns_string[\nclass Cls:\n    # pylint: disable=too-few-public-methods\n    pass\n\nc_obj = Cls()\n\ns1 = f'{c_obj!r}' #@\n-<__main__.Cls] PASSED
969 tests/test_inference.py::test_joined_str_returns_string[s1 = f'{5}' #@-5] PASSED
970 tests/test_inference_calls.py::test_no_return PASSED
971 tests/test_inference_calls.py::test_one_return PASSED
972 tests/test_inference_calls.py::test_one_return_possible PASSED
973 tests/test_inference_calls.py::test_multiple_returns PASSED
974 tests/test_inference_calls.py::test_argument PASSED
975 tests/test_inference_calls.py::test_inner_call PASSED
976 tests/test_inference_calls.py::test_inner_call_with_const_argument PASSED
977 tests/test_inference_calls.py::test_inner_call_with_dynamic_argument PASSED
978 tests/test_inference_calls.py::test_method_const_instance_attr PASSED
979 tests/test_inference_calls.py::test_method_const_instance_attr_multiple PASSED
980 tests/test_inference_calls.py::test_method_const_instance_attr_same_method PASSED
981 tests/test_inference_calls.py::test_method_dynamic_instance_attr_1 PASSED
982 tests/test_inference_calls.py::test_method_dynamic_instance_attr_2 PASSED
983 tests/test_inference_calls.py::test_method_dynamic_instance_attr_3 PASSED
984 tests/test_inference_calls.py::test_method_dynamic_instance_attr_4 PASSED
985 tests/test_inference_calls.py::test_method_dynamic_instance_attr_5 PASSED
986 tests/test_inference_calls.py::test_method_dynamic_instance_attr_6 PASSED
987 tests/test_inference_calls.py::test_dunder_getitem PASSED
988 tests/test_inference_calls.py::test_instance_method PASSED
989 tests/test_inference_calls.py::test_class_method PASSED
990 tests/test_inference_calls.py::test_static_method PASSED
991 tests/test_inference_calls.py::test_instance_method_inherited PASSED
992 tests/test_inference_calls.py::test_class_method_inherited PASSED
993 tests/test_inference_calls.py::test_chained_attribute_inherited PASSED
994 tests/test_lookup.py::LookupTest::test_builtin_lookup PASSED
995 tests/test_lookup.py::LookupTest::test_class PASSED
996 tests/test_lookup.py::LookupTest::test_class_ancestor_name PASSED
997 tests/test_lookup.py::LookupTest::test_class_in_function PASSED
998 tests/test_lookup.py::LookupTest::test_class_variables PASSED
999 tests/test_lookup.py::LookupTest::test_decorator_arguments_lookup PASSED
1000 tests/test_lookup.py::LookupTest::test_dict_comp_nested PASSED
1001 tests/test_lookup.py::LookupTest::test_dict_comps PASSED
1002 tests/test_lookup.py::LookupTest::test_explicit___name__ PASSED
1003 tests/test_lookup.py::LookupTest::test_function_argument_with_default PASSED
1004 tests/test_lookup.py::LookupTest::test_function_module_special PASSED
1005 tests/test_lookup.py::LookupTest::test_function_nested PASSED
1006 tests/test_lookup.py::LookupTest::test_generator_attributes PASSED
1007 tests/test_lookup.py::LookupTest::test_global_delete PASSED
1008 tests/test_lookup.py::LookupTest::test_inner_classes PASSED
1009 tests/test_lookup.py::LookupTest::test_inner_decorator_member_lookup PASSED
1010 tests/test_lookup.py::LookupTest::test_lambda_nested PASSED
1011 tests/test_lookup.py::LookupTest::test_limit PASSED
1012 tests/test_lookup.py::LookupTest::test_list_comp_nested PASSED
1013 tests/test_lookup.py::LookupTest::test_list_comp_target PASSED
1014 tests/test_lookup.py::LookupTest::test_list_comps PASSED
1015 tests/test_lookup.py::LookupTest::test_loopvar_hiding PASSED
1016 tests/test_lookup.py::LookupTest::test_method PASSED
1017 tests/test_lookup.py::LookupTest::test_module PASSED
1018 tests/test_lookup.py::LookupTest::test_set_comp_closure PASSED
1019 tests/test_lookup.py::LookupTest::test_set_comp_nested PASSED
1020 tests/test_lookup.py::LookupTest::test_set_comps PASSED
1021 tests/test_lookup.py::LookupTest::test_static_method_lookup PASSED
1022 tests/test_lookup.py::LookupControlFlowTest::test_assign_after_args_param PASSED
1023 tests/test_lookup.py::LookupControlFlowTest::test_assign_after_kwonly_param PASSED
1024 tests/test_lookup.py::LookupControlFlowTest::test_assign_after_param PASSED
1025 tests/test_lookup.py::LookupControlFlowTest::test_assign_after_posonly_param PASSED
1026 tests/test_lookup.py::LookupControlFlowTest::test_assign_after_use PASSED
1027 tests/test_lookup.py::LookupControlFlowTest::test_assign_exclusive PASSED
1028 tests/test_lookup.py::LookupControlFlowTest::test_assign_not_exclusive PASSED
1029 tests/test_lookup.py::LookupControlFlowTest::test_consecutive_assign PASSED
1030 tests/test_lookup.py::LookupControlFlowTest::test_del_exclusive PASSED
1031 tests/test_lookup.py::LookupControlFlowTest::test_del_no_effect_after PASSED
1032 tests/test_lookup.py::LookupControlFlowTest::test_del_not_exclusive PASSED
1033 tests/test_lookup.py::LookupControlFlowTest::test_del_removes_prior PASSED
1034 tests/test_lookup.py::LookupControlFlowTest::test_except_assign_after_block PASSED
1035 tests/test_lookup.py::LookupControlFlowTest::test_except_assign_after_block_overwritten PASSED
1036 tests/test_lookup.py::LookupControlFlowTest::test_except_assign_in_block PASSED
1037 tests/test_lookup.py::LookupControlFlowTest::test_except_assign_in_block_multiple PASSED
1038 tests/test_lookup.py::LookupControlFlowTest::test_except_var_after_block_multiple PASSED
1039 tests/test_lookup.py::LookupControlFlowTest::test_except_var_after_block_single PASSED
1040 tests/test_lookup.py::LookupControlFlowTest::test_except_var_in_block PASSED
1041 tests/test_lookup.py::LookupControlFlowTest::test_except_var_in_block_overwrites PASSED
1042 tests/test_lookup.py::LookupControlFlowTest::test_except_var_in_multiple_blocks PASSED
1043 tests/test_lookup.py::LookupControlFlowTest::test_if_assign PASSED
1044 tests/test_lookup.py::LookupControlFlowTest::test_if_assigns_different_branch PASSED
1045 tests/test_lookup.py::LookupControlFlowTest::test_if_assigns_same_branch PASSED
1046 tests/test_lookup.py::LookupControlFlowTest::test_if_else PASSED
1047 tests/test_lookup.py::LookupControlFlowTest::test_if_variable_in_condition_1 PASSED
1048 tests/test_lookup.py::LookupControlFlowTest::test_if_variable_in_condition_2 PASSED
1049 tests/test_manager.py::AstroidManagerTest::test_ast_from_class PASSED
1050 tests/test_manager.py::AstroidManagerTest::test_ast_from_class_attr_error PASSED
1051 tests/test_manager.py::AstroidManagerTest::test_ast_from_class_with_module PASSED
1052 tests/test_manager.py::AstroidManagerTest::test_ast_from_file PASSED
1053 tests/test_manager.py::AstroidManagerTest::test_ast_from_file_astro_builder PASSED
1054 tests/test_manager.py::AstroidManagerTest::test_ast_from_file_cache PASSED
1055 tests/test_manager.py::AstroidManagerTest::test_ast_from_file_name_astro_builder_exception PASSED
1056 tests/test_manager.py::AstroidManagerTest::test_ast_from_module PASSED
1057 tests/test_manager.py::AstroidManagerTest::test_ast_from_module_cache PASSED
1058 tests/test_manager.py::AstroidManagerTest::test_ast_from_module_name PASSED
1059 tests/test_manager.py::AstroidManagerTest::test_ast_from_module_name_astro_builder_exception PASSED
1060 tests/test_manager.py::AstroidManagerTest::test_ast_from_module_name_egg PASSED
1061 tests/test_manager.py::AstroidManagerTest::test_ast_from_module_name_not_python_source PASSED
1062 tests/test_manager.py::AstroidManagerTest::test_ast_from_module_name_pyz PASSED
1063 tests/test_manager.py::AstroidManagerTest::test_ast_from_module_name_zip PASSED
1064 tests/test_manager.py::AstroidManagerTest::test_ast_from_namespace_pkg_resources PASSED
1065 tests/test_manager.py::AstroidManagerTest::test_ast_from_namespace_pkgutil PASSED
1066 tests/test_manager.py::AstroidManagerTest::test_ast_from_string PASSED
1067 tests/test_manager.py::AstroidManagerTest::test_denied_modules_raise PASSED
1068 tests/test_manager.py::AstroidManagerTest::test_do_not_expose_main PASSED
1069 tests/test_manager.py::AstroidManagerTest::test_failed_import_hooks PASSED
1070 tests/test_manager.py::AstroidManagerTest::test_file_from_module PASSED
1071 tests/test_manager.py::AstroidManagerTest::test_file_from_module_name_astro_building_exception PASSED
1072 tests/test_manager.py::AstroidManagerTest::test_identify_old_namespace_package_protocol PASSED
1073 tests/test_manager.py::AstroidManagerTest::test_implicit_namespace_package PASSED
1074 tests/test_manager.py::AstroidManagerTest::test_module_is_not_namespace PASSED
1075 tests/test_manager.py::AstroidManagerTest::test_module_unexpectedly_missing_path PASSED
1076 tests/test_manager.py::AstroidManagerTest::test_module_unexpectedly_missing_spec PASSED
1077 tests/test_manager.py::AstroidManagerTest::test_module_unexpectedly_spec_is_none PASSED
1078 tests/test_manager.py::AstroidManagerTest::test_namespace_and_file_mismatch PASSED
1079 tests/test_manager.py::AstroidManagerTest::test_namespace_package_pth_support PASSED
1080 tests/test_manager.py::AstroidManagerTest::test_nested_namespace_import PASSED
1081 tests/test_manager.py::AstroidManagerTest::test_raises_exception_for_empty_modname PASSED
1082 tests/test_manager.py::AstroidManagerTest::test_same_name_import_module PASSED
1083 tests/test_manager.py::AstroidManagerTest::test_submodule_homonym_with_non_module PASSED
1084 tests/test_manager.py::AstroidManagerTest::test_zip_import_data PASSED
1085 tests/test_manager.py::AstroidManagerTest::test_zip_import_data_without_zipimport PASSED
1086 tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning PASSED
1087 tests/test_manager.py::BorgAstroidManagerTC::test_borg PASSED
1088 tests/test_manager.py::BorgAstroidManagerTC::test_max_inferable_values PASSED
1089 tests/test_manager.py::ClearCacheTest::test_brain_plugins_reloaded_after_clearing_cache PASSED
1090 tests/test_manager.py::ClearCacheTest::test_builtins_inference_after_clearing_cache PASSED
1091 tests/test_manager.py::ClearCacheTest::test_builtins_inference_after_clearing_cache_manually PASSED
1092 tests/test_manager.py::ClearCacheTest::test_clear_cache_clears_other_lru_caches PASSED
1093 tests/test_manager.py::ClearCacheTest::test_file_cache_after_clear_cache PASSED
1094 tests/test_modutils.py::ModuleFileTest::test_find_egg_module PASSED
1095 tests/test_modutils.py::ModuleFileTest::test_find_zipped_module PASSED
1096 tests/test_modutils.py::LoadModuleFromNameTest::test_known_values_load_module_from_name_1 PASSED
1097 tests/test_modutils.py::LoadModuleFromNameTest::test_known_values_load_module_from_name_2 PASSED
1098 tests/test_modutils.py::LoadModuleFromNameTest::test_raise_load_module_from_name_1 PASSED
1099 tests/test_modutils.py::test_import_dotted_library PASSED
1100 tests/test_modutils.py::GetModulePartTest::test_get_module_part_exception PASSED
1101 tests/test_modutils.py::GetModulePartTest::test_get_module_part_only_dot PASSED
1102 tests/test_modutils.py::GetModulePartTest::test_known_values_get_compiled_module_part PASSED
1103 tests/test_modutils.py::GetModulePartTest::test_known_values_get_module_part_1 PASSED
1104 tests/test_modutils.py::GetModulePartTest::test_known_values_get_module_part_2 PASSED
1105 tests/test_modutils.py::GetModulePartTest::test_known_values_get_module_part_3 PASSED
1106 tests/test_modutils.py::ModPathFromFileTest::test_import_symlink_both_outside_of_path PASSED
1107 tests/test_modutils.py::ModPathFromFileTest::test_import_symlink_with_source_outside_of_path PASSED
1108 tests/test_modutils.py::ModPathFromFileTest::test_known_values_modpath_from_file_1 PASSED
1109 tests/test_modutils.py::ModPathFromFileTest::test_load_from_module_symlink_on_symlinked_paths_in_syspath PASSED
1110 tests/test_modutils.py::ModPathFromFileTest::test_load_packages_without_init PASSED
1111 tests/test_modutils.py::ModPathFromFileTest::test_raise_modpath_from_file_exception PASSED
1112 tests/test_modutils.py::LoadModuleFromPathTest::test_do_not_load_twice PASSED
1113 tests/test_modutils.py::FileFromModPathTest::test_builtin PASSED
1114 tests/test_modutils.py::FileFromModPathTest::test_site_packages PASSED
1115 tests/test_modutils.py::FileFromModPathTest::test_std_lib PASSED
1116 tests/test_modutils.py::FileFromModPathTest::test_unexisting PASSED
1117 tests/test_modutils.py::FileFromModPathTest::test_unicode_in_package_init PASSED
1118 tests/test_modutils.py::GetSourceFileTest::test PASSED
1119 tests/test_modutils.py::GetSourceFileTest::test_pyi PASSED
1120 tests/test_modutils.py::GetSourceFileTest::test_pyi_preferred PASSED
1121 tests/test_modutils.py::GetSourceFileTest::test_raise PASSED
1122 tests/test_modutils.py::IsStandardModuleTest::test_4 PASSED
1123 tests/test_modutils.py::IsStandardModuleTest::test_builtin PASSED
1124 tests/test_modutils.py::IsStandardModuleTest::test_builtins PASSED
1125 tests/test_modutils.py::IsStandardModuleTest::test_custom_path PASSED
1126 tests/test_modutils.py::IsStandardModuleTest::test_datetime PASSED
1127 tests/test_modutils.py::IsStandardModuleTest::test_failing_edge_cases PASSED
1128 tests/test_modutils.py::IsStandardModuleTest::test_nonstandard PASSED
1129 tests/test_modutils.py::IsStandardModuleTest::test_unknown PASSED
1130 tests/test_modutils.py::IsStdLibModuleTest::test_4 PASSED
1131 tests/test_modutils.py::IsStdLibModuleTest::test_builtin PASSED
1132 tests/test_modutils.py::IsStdLibModuleTest::test_builtins PASSED
1133 tests/test_modutils.py::IsStdLibModuleTest::test_datetime PASSED
1134 tests/test_modutils.py::IsStdLibModuleTest::test_nonstandard PASSED
1135 tests/test_modutils.py::IsStdLibModuleTest::test_platform_specific PASSED
1136 tests/test_modutils.py::IsStdLibModuleTest::test_subpackages PASSED
1137 tests/test_modutils.py::IsStdLibModuleTest::test_unknown PASSED
1138 tests/test_modutils.py::ModuleInPathTest::test_bad_import PASSED
1139 tests/test_modutils.py::ModuleInPathTest::test_failure PASSED
1140 tests/test_modutils.py::ModuleInPathTest::test_no_filename PASSED
1141 tests/test_modutils.py::ModuleInPathTest::test_success PASSED
1142 tests/test_modutils.py::BackportStdlibNamesTest::test_import_error SKIPPED
1143 tests/test_modutils.py::IsRelativeTest::test_deep_relative PASSED
1144 tests/test_modutils.py::IsRelativeTest::test_deep_relative2 PASSED
1145 tests/test_modutils.py::IsRelativeTest::test_deep_relative3 PASSED
1146 tests/test_modutils.py::IsRelativeTest::test_deep_relative4 PASSED
1147 tests/test_modutils.py::IsRelativeTest::test_is_relative_bad_path PASSED
1148 tests/test_modutils.py::IsRelativeTest::test_known_values_is_relative_1 PASSED
1149 tests/test_modutils.py::IsRelativeTest::test_known_values_is_relative_3 PASSED
1150 tests/test_modutils.py::IsRelativeTest::test_known_values_is_relative_4 PASSED
1151 tests/test_modutils.py::IsRelativeTest::test_known_values_is_relative_5 PASSED
1152 tests/test_modutils.py::GetModuleFilesTest::test_get_all_files PASSED
1153 tests/test_modutils.py::GetModuleFilesTest::test_get_module_files_1 PASSED
1154 tests/test_modutils.py::GetModuleFilesTest::test_get_module_files_2 PASSED
1155 tests/test_modutils.py::GetModuleFilesTest::test_load_module_set_attribute PASSED
1156 tests/test_modutils.py::ExtensionPackageWhitelistTest::test_is_module_name_part_of_extension_package_whitelist_success PASSED
1157 tests/test_modutils.py::ExtensionPackageWhitelistTest::test_is_module_name_part_of_extension_package_whitelist_true PASSED
1158 tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter SKIPPED
1159 tests/test_modutils.py::test_find_setuptools_pep660_editable_install PASSED
1160 tests/test_nodes.py::AsStringTest::test_3k_annotations_and_metaclass PASSED
1161 tests/test_nodes.py::AsStringTest::test_3k_as_string PASSED
1162 tests/test_nodes.py::AsStringTest::test_as_string PASSED
1163 tests/test_nodes.py::AsStringTest::test_as_string_for_list_containing_uninferable PASSED
1164 tests/test_nodes.py::AsStringTest::test_as_string_unknown PASSED
1165 tests/test_nodes.py::AsStringTest::test_class_def PASSED
1166 tests/test_nodes.py::AsStringTest::test_ellipsis PASSED
1167 tests/test_nodes.py::AsStringTest::test_f_strings PASSED
1168 tests/test_nodes.py::AsStringTest::test_frozenset_as_string PASSED
1169 tests/test_nodes.py::AsStringTest::test_func_signature_issue_185 PASSED
1170 tests/test_nodes.py::AsStringTest::test_int_attribute PASSED
1171 tests/test_nodes.py::AsStringTest::test_module2_as_string PASSED
1172 tests/test_nodes.py::AsStringTest::test_module_as_string PASSED
1173 tests/test_nodes.py::AsStringTest::test_operator_precedence PASSED
1174 tests/test_nodes.py::AsStringTest::test_recursion_error_trapped PASSED
1175 tests/test_nodes.py::AsStringTest::test_slice_and_subscripts PASSED
1176 tests/test_nodes.py::AsStringTest::test_slices PASSED
1177 tests/test_nodes.py::AsStringTest::test_tuple_as_string PASSED
1178 tests/test_nodes.py::AsStringTest::test_varargs_kwargs_as_string PASSED
1179 tests/test_nodes.py::AsStringTypeParamNodes::test_as_string_param_spec SKIPPED
1180 tests/test_nodes.py::AsStringTypeParamNodes::test_as_string_type_alias SKIPPED
1181 tests/test_nodes.py::AsStringTypeParamNodes::test_as_string_type_var SKIPPED
1182 tests/test_nodes.py::AsStringTypeParamNodes::test_as_string_type_var_tuple SKIPPED
1183 tests/test_nodes.py::IfNodeTest::test_block_range PASSED
1184 tests/test_nodes.py::IfNodeTest::test_if_elif_else_node PASSED
1185 tests/test_nodes.py::TryNodeTest::test_block_range PASSED
1186 tests/test_nodes.py::TryExceptNodeTest::test_block_range PASSED
1187 tests/test_nodes.py::TryFinallyNodeTest::test_block_range PASSED
1188 tests/test_nodes.py::TryExceptFinallyNodeTest::test_block_range PASSED
1189 tests/test_nodes.py::ImportNodeTest::test_absolute_import PASSED
1190 tests/test_nodes.py::ImportNodeTest::test_as_string PASSED
1191 tests/test_nodes.py::ImportNodeTest::test_bad_import_inference PASSED
1192 tests/test_nodes.py::ImportNodeTest::test_conditional PASSED
1193 tests/test_nodes.py::ImportNodeTest::test_conditional_import PASSED
1194 tests/test_nodes.py::ImportNodeTest::test_from_self_resolve PASSED
1195 tests/test_nodes.py::ImportNodeTest::test_import_self_resolve PASSED
1196 tests/test_nodes.py::ImportNodeTest::test_more_absolute_import PASSED
1197 tests/test_nodes.py::ImportNodeTest::test_real_name PASSED
1198 tests/test_nodes.py::CmpNodeTest::test_as_string PASSED
1199 tests/test_nodes.py::ConstNodeTest::test_bool PASSED
1200 tests/test_nodes.py::ConstNodeTest::test_complex PASSED
1201 tests/test_nodes.py::ConstNodeTest::test_copy PASSED
1202 tests/test_nodes.py::ConstNodeTest::test_float PASSED
1203 tests/test_nodes.py::ConstNodeTest::test_int PASSED
1204 tests/test_nodes.py::ConstNodeTest::test_none PASSED
1205 tests/test_nodes.py::ConstNodeTest::test_str PASSED
1206 tests/test_nodes.py::ConstNodeTest::test_str_kind PASSED
1207 tests/test_nodes.py::ConstNodeTest::test_unicode PASSED
1208 tests/test_nodes.py::NameNodeTest::test_assign_to_true PASSED
1209 tests/test_nodes.py::TestNamedExprNode::test_frame PASSED
1210 tests/test_nodes.py::TestNamedExprNode::test_scope PASSED
1211 tests/test_nodes.py::AnnAssignNodeTest::test_as_string PASSED
1212 tests/test_nodes.py::AnnAssignNodeTest::test_complex PASSED
1213 tests/test_nodes.py::AnnAssignNodeTest::test_primitive PASSED
1214 tests/test_nodes.py::AnnAssignNodeTest::test_primitive_without_initial_value PASSED
1215 tests/test_nodes.py::ArgumentsNodeTC::test_kwoargs PASSED
1216 tests/test_nodes.py::ArgumentsNodeTC::test_linenumbering PASSED
1217 tests/test_nodes.py::ArgumentsNodeTC::test_positional_only PASSED
1218 tests/test_nodes.py::UnboundMethodNodeTest::test_no_super_getattr PASSED
1219 tests/test_nodes.py::BoundMethodNodeTest::test_is_property PASSED
1220 tests/test_nodes.py::AliasesTest::test_aliases PASSED
1221 tests/test_nodes.py::Python35AsyncTest::test_async_await_keywords PASSED
1222 tests/test_nodes.py::Python35AsyncTest::test_asyncfor_as_string PASSED
1223 tests/test_nodes.py::Python35AsyncTest::test_asyncwith_as_string PASSED
1224 tests/test_nodes.py::Python35AsyncTest::test_await_as_string PASSED
1225 tests/test_nodes.py::Python35AsyncTest::test_decorated_async_def_as_string PASSED
1226 tests/test_nodes.py::ContextTest::test_list_del PASSED
1227 tests/test_nodes.py::ContextTest::test_list_load PASSED
1228 tests/test_nodes.py::ContextTest::test_list_store PASSED
1229 tests/test_nodes.py::ContextTest::test_starred_load PASSED
1230 tests/test_nodes.py::ContextTest::test_starred_store PASSED
1231 tests/test_nodes.py::ContextTest::test_subscript_del PASSED
1232 tests/test_nodes.py::ContextTest::test_subscript_load PASSED
1233 tests/test_nodes.py::ContextTest::test_subscript_store PASSED
1234 tests/test_nodes.py::ContextTest::test_tuple_load PASSED
1235 tests/test_nodes.py::ContextTest::test_tuple_store PASSED
1236 tests/test_nodes.py::test_unknown PASSED
1237 tests/test_nodes.py::test_type_comments_with PASSED
1238 tests/test_nodes.py::test_type_comments_for PASSED
1239 tests/test_nodes.py::test_type_coments_assign PASSED
1240 tests/test_nodes.py::test_type_comments_invalid_expression PASSED
1241 tests/test_nodes.py::test_type_comments_invalid_function_comments PASSED
1242 tests/test_nodes.py::test_type_comments_function PASSED
1243 tests/test_nodes.py::test_type_comments_arguments PASSED
1244 tests/test_nodes.py::test_type_comments_posonly_arguments PASSED
1245 tests/test_nodes.py::test_correct_function_type_comment_parent PASSED
1246 tests/test_nodes.py::test_is_generator_for_yield_assignments PASSED
1247 tests/test_nodes.py::test_f_string_correct_line_numbering PASSED
1248 tests/test_nodes.py::test_assignment_expression PASSED
1249 tests/test_nodes.py::test_assignment_expression_in_functiondef PASSED
1250 tests/test_nodes.py::test_get_doc PASSED
1251 tests/test_nodes.py::test_parse_fstring_debug_mode PASSED
1252 tests/test_nodes.py::test_parse_type_comments_with_proper_parent PASSED
1253 tests/test_nodes.py::test_const_itered PASSED
1254 tests/test_nodes.py::test_is_generator_for_yield_in_while PASSED
1255 tests/test_nodes.py::test_is_generator_for_yield_in_if PASSED
1256 tests/test_nodes.py::test_is_generator_for_yield_in_aug_assign PASSED
1257 tests/test_nodes.py::TestPatternMatching::test_match_simple SKIPPED
1258 tests/test_nodes.py::TestPatternMatching::test_match_sequence SKIPPED
1259 tests/test_nodes.py::TestPatternMatching::test_match_mapping SKIPPED
1260 tests/test_nodes.py::TestPatternMatching::test_match_class SKIPPED (...)
1261 tests/test_nodes.py::TestPatternMatching::test_return_from_match SKIPPED
1262 tests/test_nodes.py::test_str_repr_no_warnings[AnnAssign] PASSED
1263 tests/test_nodes.py::test_str_repr_no_warnings[Arguments] PASSED
1264 tests/test_nodes.py::test_str_repr_no_warnings[Assert] PASSED
1265 tests/test_nodes.py::test_str_repr_no_warnings[Assign] PASSED
1266 tests/test_nodes.py::test_str_repr_no_warnings[AssignAttr] PASSED
1267 tests/test_nodes.py::test_str_repr_no_warnings[AssignName] PASSED
1268 tests/test_nodes.py::test_str_repr_no_warnings[AsyncFor] PASSED
1269 tests/test_nodes.py::test_str_repr_no_warnings[AsyncFunctionDef] PASSED
1270 tests/test_nodes.py::test_str_repr_no_warnings[AsyncWith] PASSED
1271 tests/test_nodes.py::test_str_repr_no_warnings[Attribute] PASSED
1272 tests/test_nodes.py::test_str_repr_no_warnings[AugAssign] PASSED
1273 tests/test_nodes.py::test_str_repr_no_warnings[Await] PASSED
1274 tests/test_nodes.py::test_str_repr_no_warnings[BinOp] PASSED
1275 tests/test_nodes.py::test_str_repr_no_warnings[BoolOp] PASSED
1276 tests/test_nodes.py::test_str_repr_no_warnings[Break] PASSED
1277 tests/test_nodes.py::test_str_repr_no_warnings[Call] PASSED
1278 tests/test_nodes.py::test_str_repr_no_warnings[ClassDef] PASSED
1279 tests/test_nodes.py::test_str_repr_no_warnings[Compare] PASSED
1280 tests/test_nodes.py::test_str_repr_no_warnings[Comprehension] PASSED
1281 tests/test_nodes.py::test_str_repr_no_warnings[ComprehensionScope] PASSED
1282 tests/test_nodes.py::test_str_repr_no_warnings[Const] PASSED
1283 tests/test_nodes.py::test_str_repr_no_warnings[Continue] PASSED
1284 tests/test_nodes.py::test_str_repr_no_warnings[Decorators] PASSED
1285 tests/test_nodes.py::test_str_repr_no_warnings[DelAttr] PASSED
1286 tests/test_nodes.py::test_str_repr_no_warnings[Delete] PASSED
1287 tests/test_nodes.py::test_str_repr_no_warnings[DelName] PASSED
1288 tests/test_nodes.py::test_str_repr_no_warnings[Dict] PASSED
1289 tests/test_nodes.py::test_str_repr_no_warnings[DictComp] PASSED
1290 tests/test_nodes.py::test_str_repr_no_warnings[DictUnpack] PASSED
1291 tests/test_nodes.py::test_str_repr_no_warnings[EmptyNode] PASSED
1292 tests/test_nodes.py::test_str_repr_no_warnings[EvaluatedObject] PASSED
1293 tests/test_nodes.py::test_str_repr_no_warnings[ExceptHandler] PASSED
1294 tests/test_nodes.py::test_str_repr_no_warnings[Expr] PASSED
1295 tests/test_nodes.py::test_str_repr_no_warnings[For] PASSED
1296 tests/test_nodes.py::test_str_repr_no_warnings[FormattedValue] PASSED
1297 tests/test_nodes.py::test_str_repr_no_warnings[FunctionDef] PASSED
1298 tests/test_nodes.py::test_str_repr_no_warnings[GeneratorExp] PASSED
1299 tests/test_nodes.py::test_str_repr_no_warnings[Global] PASSED
1300 tests/test_nodes.py::test_str_repr_no_warnings[If] PASSED
1301 tests/test_nodes.py::test_str_repr_no_warnings[IfExp] PASSED
1302 tests/test_nodes.py::test_str_repr_no_warnings[Import] PASSED
1303 tests/test_nodes.py::test_str_repr_no_warnings[ImportFrom] PASSED
1304 tests/test_nodes.py::test_str_repr_no_warnings[JoinedStr] PASSED
1305 tests/test_nodes.py::test_str_repr_no_warnings[Keyword] PASSED
1306 tests/test_nodes.py::test_str_repr_no_warnings[Lambda] PASSED
1307 tests/test_nodes.py::test_str_repr_no_warnings[List] PASSED
1308 tests/test_nodes.py::test_str_repr_no_warnings[ListComp] PASSED
1309 tests/test_nodes.py::test_str_repr_no_warnings[LocalsDictNodeNG] PASSED
1310 tests/test_nodes.py::test_str_repr_no_warnings[Match] PASSED
1311 tests/test_nodes.py::test_str_repr_no_warnings[MatchAs] PASSED
1312 tests/test_nodes.py::test_str_repr_no_warnings[MatchCase] PASSED
1313 tests/test_nodes.py::test_str_repr_no_warnings[MatchClass] PASSED
1314 tests/test_nodes.py::test_str_repr_no_warnings[MatchMapping] PASSED
1315 tests/test_nodes.py::test_str_repr_no_warnings[MatchOr] PASSED
1316 tests/test_nodes.py::test_str_repr_no_warnings[MatchSequence] PASSED
1317 tests/test_nodes.py::test_str_repr_no_warnings[MatchSingleton] PASSED
1318 tests/test_nodes.py::test_str_repr_no_warnings[MatchStar] PASSED
1319 tests/test_nodes.py::test_str_repr_no_warnings[MatchValue] PASSED
1320 tests/test_nodes.py::test_str_repr_no_warnings[Module] PASSED
1321 tests/test_nodes.py::test_str_repr_no_warnings[Name] PASSED
1322 tests/test_nodes.py::test_str_repr_no_warnings[NamedExpr] PASSED
1323 tests/test_nodes.py::test_str_repr_no_warnings[Nonlocal] PASSED
1324 tests/test_nodes.py::test_str_repr_no_warnings[ParamSpec] PASSED
1325 tests/test_nodes.py::test_str_repr_no_warnings[Pass] PASSED
1326 tests/test_nodes.py::test_str_repr_no_warnings[Pattern] PASSED
1327 tests/test_nodes.py::test_str_repr_no_warnings[Raise] PASSED
1328 tests/test_nodes.py::test_str_repr_no_warnings[Return] PASSED
1329 tests/test_nodes.py::test_str_repr_no_warnings[Set] PASSED
1330 tests/test_nodes.py::test_str_repr_no_warnings[SetComp] PASSED
1331 tests/test_nodes.py::test_str_repr_no_warnings[Slice] PASSED
1332 tests/test_nodes.py::test_str_repr_no_warnings[Starred] PASSED
1333 tests/test_nodes.py::test_str_repr_no_warnings[Subscript] PASSED
1334 tests/test_nodes.py::test_str_repr_no_warnings[Try] PASSED
1335 tests/test_nodes.py::test_str_repr_no_warnings[TryStar] PASSED
1336 tests/test_nodes.py::test_str_repr_no_warnings[Tuple] PASSED
1337 tests/test_nodes.py::test_str_repr_no_warnings[TypeAlias] PASSED
1338 tests/test_nodes.py::test_str_repr_no_warnings[TypeVar] PASSED
1339 tests/test_nodes.py::test_str_repr_no_warnings[TypeVarTuple] PASSED
1340 tests/test_nodes.py::test_str_repr_no_warnings[UnaryOp] PASSED
1341 tests/test_nodes.py::test_str_repr_no_warnings[Unknown] PASSED
1342 tests/test_nodes.py::test_str_repr_no_warnings[While] PASSED
1343 tests/test_nodes.py::test_str_repr_no_warnings[With] PASSED
1344 tests/test_nodes.py::test_str_repr_no_warnings[Yield] PASSED
1345 tests/test_nodes.py::test_str_repr_no_warnings[YieldFrom] PASSED
1346 tests/test_nodes.py::test_arguments_contains_all PASSED
1347 tests/test_nodes.py::test_arguments_default_value PASSED
1348 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_container PASSED
1349 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_name PASSED
1350 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_attribute PASSED
1351 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_call PASSED
1352 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_assignment PASSED
1353 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_mix_stmts PASSED
1354 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_mix_nodes PASSED
1355 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_ops PASSED
1356 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_if PASSED
1357 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_for PASSED
1358 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_const PASSED
1359 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_function PASSED
1360 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_dict PASSED
1361 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_try PASSED
1362 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_subscript PASSED
1363 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_import PASSED
1364 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_with PASSED
1365 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_while PASSED
1366 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_string PASSED
1367 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_match SKIPPED
1368 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_comprehension PASSED
1369 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_class PASSED
1370 tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_module PASSED
1371 tests/test_nodes_position.py::TestNodePosition::test_position_class PASSED
1372 tests/test_nodes_position.py::TestNodePosition::test_position_function PASSED
1373 tests/test_nodes_position.py::TestNodePosition::test_position_async_function PASSED
1374 tests/test_object_model.py::InstanceModelTest::test_instance_local_attributes_overrides_object_model XFAIL
1375 tests/test_object_model.py::InstanceModelTest::test_instance_special_model PASSED
1376 tests/test_object_model.py::BoundMethodModelTest::test_bound_method_model PASSED
1377 tests/test_object_model.py::UnboundMethodModelTest::test_unbound_method_model PASSED
1378 tests/test_object_model.py::ClassModelTest::test_class_model PASSED
1379 tests/test_object_model.py::ClassModelTest::test_class_model_correct_mro_subclasses_proxied PASSED
1380 tests/test_object_model.py::ClassModelTest::test_priority_to_local_defined_values PASSED
1381 tests/test_object_model.py::ModuleModelTest::test__path__not_a_package PASSED
1382 tests/test_object_model.py::ModuleModelTest::test_module_model PASSED
1383 tests/test_object_model.py::ModuleModelTest::test_priority_to_local_defined_values PASSED
1384 tests/test_object_model.py::FunctionModelTest::test___get__has_extra_params_defined PASSED
1385 tests/test_object_model.py::FunctionModelTest::test__get__and_positional_only_args PASSED
1386 tests/test_object_model.py::FunctionModelTest::test_annotation_positional_only PASSED
1387 tests/test_object_model.py::FunctionModelTest::test_annotations_kwdefaults PASSED
1388 tests/test_object_model.py::FunctionModelTest::test_builtin_dunder_init_does_not_crash_when_accessing_annotations PASSED
1389 tests/test_object_model.py::FunctionModelTest::test_descriptor_error_regression PASSED
1390 tests/test_object_model.py::FunctionModelTest::test_descriptor_not_inferrring_self XFAIL
1391 tests/test_object_model.py::FunctionModelTest::test_descriptors_binding_invalid PASSED
1392 tests/test_object_model.py::FunctionModelTest::test_empty_return_annotation PASSED
1393 tests/test_object_model.py::FunctionModelTest::test_function_model PASSED
1394 tests/test_object_model.py::FunctionModelTest::test_is_not_lambda PASSED
1395 tests/test_object_model.py::FunctionModelTest::test_partial_descriptor_support PASSED
1396 tests/test_object_model.py::TestContextManagerModel::test_model PASSED
1397 tests/test_object_model.py::GeneratorModelTest::test_model PASSED
1398 tests/test_object_model.py::ExceptionModelTest::test_exception_instance_correctly_instantiated PASSED
1399 tests/test_object_model.py::ExceptionModelTest::test_import_error PASSED
1400 tests/test_object_model.py::ExceptionModelTest::test_oserror SKIPPED
1401 tests/test_object_model.py::ExceptionModelTest::test_syntax_error PASSED
1402 tests/test_object_model.py::ExceptionModelTest::test_unicodedecodeerror PASSED
1403 tests/test_object_model.py::ExceptionModelTest::test_valueerror_py3 PASSED
1404 tests/test_object_model.py::DictObjectModelTest::test__class__ PASSED
1405 tests/test_object_model.py::DictObjectModelTest::test_attributes_inferred_as_methods PASSED
1406 tests/test_object_model.py::DictObjectModelTest::test_wrapper_objects_for_dict_methods_python3 PASSED
1407 tests/test_object_model.py::TestExceptionInstanceModel::test_str_argument_not_required PASSED
1408 tests/test_object_model.py::test_lru_cache[True] PASSED
1409 tests/test_object_model.py::test_lru_cache[False] PASSED
1410 tests/test_object_model.py::test_class_annotations PASSED
1411 tests/test_object_model.py::test_class_annotations_typed_dict PASSED
1412 tests/test_objects.py::ObjectsTest::test_frozenset PASSED
1413 tests/test_objects.py::ObjectsTest::test_lookup_regression_slots PASSED
1414 tests/test_objects.py::SuperTests::test_inferring_invalid_supers PASSED
1415 tests/test_objects.py::SuperTests::test_inferring_super_outside_methods PASSED
1416 tests/test_objects.py::SuperTests::test_inferring_unbound_super_doesnt_work PASSED
1417 tests/test_objects.py::SuperTests::test_no_arguments_super PASSED
1418 tests/test_objects.py::SuperTests::test_proxied PASSED
1419 tests/test_objects.py::SuperTests::test_super_bound_model PASSED
1420 tests/test_objects.py::SuperTests::test_super_complex_mro PASSED
1421 tests/test_objects.py::SuperTests::test_super_data_model PASSED
1422 tests/test_objects.py::SuperTests::test_super_getattr_single_inheritance PASSED
1423 tests/test_objects.py::SuperTests::test_super_infer PASSED
1424 tests/test_objects.py::SuperTests::test_super_init_call PASSED
1425 tests/test_objects.py::SuperTests::test_super_invalid_mro PASSED
1426 tests/test_objects.py::SuperTests::test_super_invalid_types PASSED
1427 tests/test_objects.py::SuperTests::test_super_mro PASSED
1428 tests/test_objects.py::SuperTests::test_super_new_call PASSED
1429 tests/test_objects.py::SuperTests::test_super_properties PASSED
1430 tests/test_objects.py::SuperTests::test_super_qname PASSED
1431 tests/test_objects.py::SuperTests::test_super_simple_cases PASSED
1432 tests/test_objects.py::SuperTests::test_super_yes_objects PASSED
1433 tests/test_objects.py::SuperTests::test_use_default_inference_on_not_inferring_args PASSED
1434 tests/test_protocols.py::ProtocolTests::test_assign_stmts_starred_fails PASSED
1435 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_annassignments PASSED
1436 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_assignments PASSED
1437 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_nested_for_dict PASSED
1438 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_nested_for_tuple PASSED
1439 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_simple_for PASSED
1440 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_starred_assnames PASSED
1441 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_starred_for PASSED
1442 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_starred_inside_call PASSED
1443 tests/test_protocols.py::ProtocolTests::test_assigned_stmts_starred_yes PASSED
1444 tests/test_protocols.py::ProtocolTests::test_not_passing_uninferable_in_seq_inference PASSED
1445 tests/test_protocols.py::ProtocolTests::test_sequence_assigned_stmts_not_accepting_empty_node PASSED
1446 tests/test_protocols.py::ProtocolTests::test_uninferable_exponents PASSED
1447 tests/test_protocols.py::ProtocolTests::test_uninferable_list_multiplication PASSED
1448 tests/test_protocols.py::test_named_expr_inference PASSED
1449 tests/test_protocols.py::TestPatternMatching::test_assigned_stmts_match_mapping SKIPPED
1450 tests/test_protocols.py::TestPatternMatching::test_assigned_stmts_match_star SKIPPED
1451 tests/test_protocols.py::TestPatternMatching::test_assigned_stmts_match_as SKIPPED
1452 tests/test_protocols.py::TestGenericTypeSyntax::test_assigned_stmts_type_var SKIPPED
1453 tests/test_protocols.py::TestGenericTypeSyntax::test_assigned_stmts_type_var_tuple SKIPPED
1454 tests/test_protocols.py::TestGenericTypeSyntax::test_assigned_stmts_param_spec SKIPPED
1455 tests/test_python3.py::Python3TC::test_annotation_as_string PASSED
1456 tests/test_python3.py::Python3TC::test_annotation_support PASSED
1457 tests/test_python3.py::Python3TC::test_as_string PASSED
1458 tests/test_python3.py::Python3TC::test_async_comprehensions PASSED
1459 tests/test_python3.py::Python3TC::test_async_comprehensions_as_string PASSED
1460 tests/test_python3.py::Python3TC::test_async_comprehensions_outside_coroutine PASSED
1461 tests/test_python3.py::Python3TC::test_format_string PASSED
1462 tests/test_python3.py::Python3TC::test_kwonlyargs_annotations_supper PASSED
1463 tests/test_python3.py::Python3TC::test_metaclass_ancestors PASSED
1464 tests/test_python3.py::Python3TC::test_metaclass_error PASSED
1465 tests/test_python3.py::Python3TC::test_metaclass_imported PASSED
1466 tests/test_python3.py::Python3TC::test_metaclass_multiple_keywords PASSED
1467 tests/test_python3.py::Python3TC::test_metaclass_yes_leak PASSED
1468 tests/test_python3.py::Python3TC::test_nested_unpacking_in_dicts PASSED
1469 tests/test_python3.py::Python3TC::test_old_syntax_works PASSED
1470 tests/test_python3.py::Python3TC::test_parent_metaclass PASSED
1471 tests/test_python3.py::Python3TC::test_simple_metaclass PASSED
1472 tests/test_python3.py::Python3TC::test_starred_notation PASSED
1473 tests/test_python3.py::Python3TC::test_underscores_in_numeral_literal PASSED
1474 tests/test_python3.py::Python3TC::test_unpacking_in_dict_getitem PASSED
1475 tests/test_python3.py::Python3TC::test_unpacking_in_dict_getitem_uninferable PASSED
1476 tests/test_python3.py::Python3TC::test_unpacking_in_dict_getitem_with_ref PASSED
1477 tests/test_python3.py::Python3TC::test_unpacking_in_dicts PASSED
1478 tests/test_python3.py::Python3TC::test_yield_from PASSED
1479 tests/test_python3.py::Python3TC::test_yield_from_as_string PASSED
1480 tests/test_python3.py::Python3TC::test_yield_from_is_generator PASSED
1481 tests/test_raw_building.py::RawBuildingTC::test_attach_dummy_node PASSED
1482 tests/test_raw_building.py::RawBuildingTC::test_build_class PASSED
1483 tests/test_raw_building.py::RawBuildingTC::test_build_from_import PASSED
1484 tests/test_raw_building.py::RawBuildingTC::test_build_function PASSED
1485 tests/test_raw_building.py::RawBuildingTC::test_build_function_args PASSED
1486 tests/test_raw_building.py::RawBuildingTC::test_build_function_deepinspect_deprecation PASSED
1487 tests/test_raw_building.py::RawBuildingTC::test_build_function_defaults PASSED
1488 tests/test_raw_building.py::RawBuildingTC::test_build_function_kwonlyargs PASSED
1489 tests/test_raw_building.py::RawBuildingTC::test_build_function_posonlyargs PASSED
1490 tests/test_raw_building.py::RawBuildingTC::test_build_module PASSED
1491 tests/test_raw_building.py::RawBuildingTC::test_io_is__io PASSED
1492 tests/test_raw_building.py::RawBuildingTC::test_module_object_with_broken_getattr PASSED
1493 tests/test_raw_building.py::test_build_module_getattr_catch_output PASSED
1494 tests/test_regrtest.py::NonRegressionTests::test_ancestors_missing_from_function PASSED
1495 tests/test_regrtest.py::NonRegressionTests::test_ancestors_patching_class_recursion PASSED
1496 tests/test_regrtest.py::NonRegressionTests::test_ancestors_yes_in_bases PASSED
1497 tests/test_regrtest.py::NonRegressionTests::test_binop_generates_nodes_with_parents PASSED
1498 tests/test_regrtest.py::NonRegressionTests::test_decorator_callchain_issue42 PASSED
1499 tests/test_regrtest.py::NonRegressionTests::test_decorator_names_inference_error_leaking PASSED
1500 tests/test_regrtest.py::NonRegressionTests::test_filter_stmts_nested_if PASSED
1501 tests/test_regrtest.py::NonRegressionTests::test_filter_stmts_scoping PASSED
1502 tests/test_regrtest.py::NonRegressionTests::test_inference_context_consideration PASSED
1503 tests/test_regrtest.py::NonRegressionTests::test_living_property PASSED
1504 tests/test_regrtest.py::NonRegressionTests::test_manager_instance_attributes_reference_global_MANAGER PASSED
1505 tests/test_regrtest.py::NonRegressionTests::test_module_path PASSED
1506 tests/test_regrtest.py::NonRegressionTests::test_nameconstant PASSED
1507 tests/test_regrtest.py::NonRegressionTests::test_numpy_crash PASSED
1508 tests/test_regrtest.py::NonRegressionTests::test_package_sidepackage PASSED
1509 tests/test_regrtest.py::NonRegressionTests::test_recursion_regression_issue25 PASSED
1510 tests/test_regrtest.py::NonRegressionTests::test_recursive_property_method PASSED
1511 tests/test_regrtest.py::NonRegressionTests::test_regression_inference_of_self_in_lambda PASSED
1512 tests/test_regrtest.py::NonRegressionTests::test_unicode_in_docstring PASSED
1513 tests/test_regrtest.py::NonRegressionTests::test_uninferable_string_argument_of_namedtuple PASSED
1514 tests/test_regrtest.py::test_ancestor_looking_up_redefined_function PASSED
1515 tests/test_regrtest.py::test_crash_in_dunder_inference_prevented PASSED
1516 tests/test_regrtest.py::test_regression_crash_classmethod PASSED
1517 tests/test_regrtest.py::test_max_inferred_for_complicated_class_hierarchy PASSED
1518 tests/test_regrtest.py::test_recursion_during_inference PASSED
1519 tests/test_regrtest.py::test_regression_missing_callcontext PASSED
1520 tests/test_scoped_nodes.py::ModuleNodeTest::test_comment_before_docstring PASSED
1521 tests/test_scoped_nodes.py::ModuleNodeTest::test_dict_interface PASSED
1522 tests/test_scoped_nodes.py::ModuleNodeTest::test_file_stream_api PASSED
1523 tests/test_scoped_nodes.py::ModuleNodeTest::test_file_stream_in_memory PASSED
1524 tests/test_scoped_nodes.py::ModuleNodeTest::test_file_stream_physical PASSED
1525 tests/test_scoped_nodes.py::ModuleNodeTest::test_getattr PASSED
1526 tests/test_scoped_nodes.py::ModuleNodeTest::test_import_1 PASSED
1527 tests/test_scoped_nodes.py::ModuleNodeTest::test_import_2 PASSED
1528 tests/test_scoped_nodes.py::ModuleNodeTest::test_import_unavailable_module PASSED
1529 tests/test_scoped_nodes.py::ModuleNodeTest::test_module_getattr PASSED
1530 tests/test_scoped_nodes.py::ModuleNodeTest::test_multiline_docstring PASSED
1531 tests/test_scoped_nodes.py::ModuleNodeTest::test_public_names PASSED
1532 tests/test_scoped_nodes.py::ModuleNodeTest::test_relative_to_absolute_name PASSED
1533 tests/test_scoped_nodes.py::ModuleNodeTest::test_relative_to_absolute_name_beyond_top_level PASSED
1534 tests/test_scoped_nodes.py::ModuleNodeTest::test_singleline_docstring PASSED
1535 tests/test_scoped_nodes.py::ModuleNodeTest::test_special_attributes PASSED
1536 tests/test_scoped_nodes.py::ModuleNodeTest::test_stream_api PASSED
1537 tests/test_scoped_nodes.py::ModuleNodeTest::test_wildcard_import_names PASSED
1538 tests/test_scoped_nodes.py::ModuleNodeTest::test_without_docstring PASSED
1539 tests/test_scoped_nodes.py::FunctionNodeTest::test_abstract_methods_are_not_implicitly_none PASSED
1540 tests/test_scoped_nodes.py::FunctionNodeTest::test_argnames PASSED
1541 tests/test_scoped_nodes.py::FunctionNodeTest::test_argnames_lambda PASSED
1542 tests/test_scoped_nodes.py::FunctionNodeTest::test_decorator_builtin_descriptors PASSED
1543 tests/test_scoped_nodes.py::FunctionNodeTest::test_default_value PASSED
1544 tests/test_scoped_nodes.py::FunctionNodeTest::test_dict_interface PASSED
1545 tests/test_scoped_nodes.py::FunctionNodeTest::test_display_type PASSED
1546 tests/test_scoped_nodes.py::FunctionNodeTest::test_docstring_special_cases PASSED
1547 tests/test_scoped_nodes.py::FunctionNodeTest::test_dunder_class_local_to_classmethod PASSED
1548 tests/test_scoped_nodes.py::FunctionNodeTest::test_dunder_class_local_to_function PASSED
1549 tests/test_scoped_nodes.py::FunctionNodeTest::test_dunder_class_local_to_method PASSED
1550 tests/test_scoped_nodes.py::FunctionNodeTest::test_format_args PASSED
1551 tests/test_scoped_nodes.py::FunctionNodeTest::test_format_args_keyword_only_args PASSED
1552 tests/test_scoped_nodes.py::FunctionNodeTest::test_four_args PASSED
1553 tests/test_scoped_nodes.py::FunctionNodeTest::test_func_instance_attr PASSED
1554 tests/test_scoped_nodes.py::FunctionNodeTest::test_func_is_bound PASSED
1555 tests/test_scoped_nodes.py::FunctionNodeTest::test_igetattr PASSED
1556 tests/test_scoped_nodes.py::FunctionNodeTest::test_inference_error PASSED
1557 tests/test_scoped_nodes.py::FunctionNodeTest::test_is_abstract PASSED
1558 tests/test_scoped_nodes.py::FunctionNodeTest::test_is_abstract_decorated PASSED
1559 tests/test_scoped_nodes.py::FunctionNodeTest::test_is_generator PASSED
1560 tests/test_scoped_nodes.py::FunctionNodeTest::test_is_method PASSED
1561 tests/test_scoped_nodes.py::FunctionNodeTest::test_lambda_getattr PASSED
1562 tests/test_scoped_nodes.py::FunctionNodeTest::test_lambda_pytype PASSED
1563 tests/test_scoped_nodes.py::FunctionNodeTest::test_lambda_qname PASSED
1564 tests/test_scoped_nodes.py::FunctionNodeTest::test_method_init_subclass PASSED
1565 tests/test_scoped_nodes.py::FunctionNodeTest::test_multiline_docstring PASSED
1566 tests/test_scoped_nodes.py::FunctionNodeTest::test_multiline_docstring_async PASSED
1567 tests/test_scoped_nodes.py::FunctionNodeTest::test_navigation PASSED
1568 tests/test_scoped_nodes.py::FunctionNodeTest::test_no_returns_is_implicitly_none PASSED
1569 tests/test_scoped_nodes.py::FunctionNodeTest::test_only_raises_is_not_implicitly_none PASSED
1570 tests/test_scoped_nodes.py::FunctionNodeTest::test_positional_only_argnames PASSED
1571 tests/test_scoped_nodes.py::FunctionNodeTest::test_return_annotation_is_not_the_last PASSED
1572 tests/test_scoped_nodes.py::FunctionNodeTest::test_return_nothing PASSED
1573 tests/test_scoped_nodes.py::FunctionNodeTest::test_singleline_docstring PASSED
1574 tests/test_scoped_nodes.py::FunctionNodeTest::test_special_attributes PASSED
1575 tests/test_scoped_nodes.py::FunctionNodeTest::test_type_builtin_descriptor_subclasses PASSED
1576 tests/test_scoped_nodes.py::FunctionNodeTest::test_without_docstring PASSED
1577 tests/test_scoped_nodes.py::ClassNodeTest::test__bases__attribute PASSED
1578 tests/test_scoped_nodes.py::ClassNodeTest::test__mro__attribute PASSED
1579 tests/test_scoped_nodes.py::ClassNodeTest::test_add_metaclass PASSED
1580 tests/test_scoped_nodes.py::ClassNodeTest::test_all_ancestors_need_slots PASSED
1581 tests/test_scoped_nodes.py::ClassNodeTest::test_ancestors PASSED
1582 tests/test_scoped_nodes.py::ClassNodeTest::test_class_extra_decorators PASSED
1583 tests/test_scoped_nodes.py::ClassNodeTest::test_class_extra_decorators_frame_is_not_class PASSED
1584 tests/test_scoped_nodes.py::ClassNodeTest::test_class_extra_decorators_only_assignment_names_are_considered PASSED
1585 tests/test_scoped_nodes.py::ClassNodeTest::test_class_extra_decorators_only_callfunc_are_considered PASSED
1586 tests/test_scoped_nodes.py::ClassNodeTest::test_class_extra_decorators_only_same_name_considered PASSED
1587 tests/test_scoped_nodes.py::ClassNodeTest::test_class_getattr PASSED
1588 tests/test_scoped_nodes.py::ClassNodeTest::test_class_keywords PASSED
1589 tests/test_scoped_nodes.py::ClassNodeTest::test_classmethod_attributes PASSED
1590 tests/test_scoped_nodes.py::ClassNodeTest::test_cls_special_attributes_1 PASSED
1591 tests/test_scoped_nodes.py::ClassNodeTest::test_cls_special_attributes_2 PASSED
1592 tests/test_scoped_nodes.py::ClassNodeTest::test_dict_interface PASSED
1593 tests/test_scoped_nodes.py::ClassNodeTest::test_duplicate_bases_namedtuple PASSED
1594 tests/test_scoped_nodes.py::ClassNodeTest::test_extra_decorators_only_class_level_assignments PASSED
1595 tests/test_scoped_nodes.py::ClassNodeTest::test_function_with_decorator_lineno PASSED
1596 tests/test_scoped_nodes.py::ClassNodeTest::test_generator_from_infer_call_result_parent PASSED
1597 tests/test_scoped_nodes.py::ClassNodeTest::test_getattr_from_grandpa PASSED
1598 tests/test_scoped_nodes.py::ClassNodeTest::test_getattr_method_transform PASSED
1599 tests/test_scoped_nodes.py::ClassNodeTest::test_getattr_with_enpty_annassign PASSED
1600 tests/test_scoped_nodes.py::ClassNodeTest::test_has_dynamic_getattr PASSED
1601 tests/test_scoped_nodes.py::ClassNodeTest::test_implicit_metaclass PASSED
1602 tests/test_scoped_nodes.py::ClassNodeTest::test_implicit_metaclass_lookup PASSED
1603 tests/test_scoped_nodes.py::ClassNodeTest::test_inner_classes PASSED
1604 tests/test_scoped_nodes.py::ClassNodeTest::test_instance_attr_ancestors PASSED
1605 tests/test_scoped_nodes.py::ClassNodeTest::test_instance_bound_method_lambdas PASSED
1606 tests/test_scoped_nodes.py::ClassNodeTest::test_instance_bound_method_lambdas_2 PASSED
1607 tests/test_scoped_nodes.py::ClassNodeTest::test_instance_getattr PASSED
1608 tests/test_scoped_nodes.py::ClassNodeTest::test_instance_getattr_with_class_attr PASSED
1609 tests/test_scoped_nodes.py::ClassNodeTest::test_instance_special_attributes PASSED
1610 tests/test_scoped_nodes.py::ClassNodeTest::test_kite_graph PASSED
1611 tests/test_scoped_nodes.py::ClassNodeTest::test_local_attr_ancestors PASSED
1612 tests/test_scoped_nodes.py::ClassNodeTest::test_local_attr_invalid_mro PASSED
1613 tests/test_scoped_nodes.py::ClassNodeTest::test_local_attr_mro PASSED
1614 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_error PASSED
1615 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_generator_hack PASSED
1616 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_generator_hack_enum_base PASSED
1617 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_lookup PASSED
1618 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_lookup_inference_errors PASSED
1619 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_lookup_using_same_class PASSED
1620 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_type PASSED
1621 tests/test_scoped_nodes.py::ClassNodeTest::test_metaclass_yes_leak PASSED
1622 tests/test_scoped_nodes.py::ClassNodeTest::test_methods PASSED
1623 tests/test_scoped_nodes.py::ClassNodeTest::test_mro PASSED
1624 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_1 PASSED
1625 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_2 PASSED
1626 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_3 PASSED
1627 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_4 PASSED
1628 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_5 PASSED
1629 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_6 PASSED
1630 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_7 PASSED
1631 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_error_1 PASSED
1632 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_generic_error_2 PASSED
1633 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_typing_extensions PASSED
1634 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_with_attribute_classes PASSED
1635 tests/test_scoped_nodes.py::ClassNodeTest::test_mro_with_factories PASSED
1636 tests/test_scoped_nodes.py::ClassNodeTest::test_multiline_docstring PASSED
1637 tests/test_scoped_nodes.py::ClassNodeTest::test_navigation PASSED
1638 tests/test_scoped_nodes.py::ClassNodeTest::test_no_infinite_metaclass_loop PASSED
1639 tests/test_scoped_nodes.py::ClassNodeTest::test_no_infinite_metaclass_loop_with_redefine PASSED
1640 tests/test_scoped_nodes.py::ClassNodeTest::test_nonregr_infer_callresult PASSED
1641 tests/test_scoped_nodes.py::ClassNodeTest::test_singleline_docstring PASSED
1642 tests/test_scoped_nodes.py::ClassNodeTest::test_slots PASSED
1643 tests/test_scoped_nodes.py::ClassNodeTest::test_slots_added_dynamically_still_inferred PASSED
1644 tests/test_scoped_nodes.py::ClassNodeTest::test_slots_empty_list_of_slots PASSED
1645 tests/test_scoped_nodes.py::ClassNodeTest::test_slots_for_dict_keys PASSED
1646 tests/test_scoped_nodes.py::ClassNodeTest::test_slots_taken_from_parents PASSED
1647 tests/test_scoped_nodes.py::ClassNodeTest::test_type PASSED
1648 tests/test_scoped_nodes.py::ClassNodeTest::test_type_three_arguments PASSED
1649 tests/test_scoped_nodes.py::ClassNodeTest::test_using_invalid_six_add_metaclass_call PASSED
1650 tests/test_scoped_nodes.py::ClassNodeTest::test_with_invalid_metaclass PASSED
1651 tests/test_scoped_nodes.py::ClassNodeTest::test_with_metaclass_mro PASSED
1652 tests/test_scoped_nodes.py::ClassNodeTest::test_without_docstring PASSED
1653 tests/test_scoped_nodes.py::test_issue940_metaclass_subclass_property PASSED
1654 tests/test_scoped_nodes.py::test_issue940_property_grandchild PASSED
1655 tests/test_scoped_nodes.py::test_issue940_metaclass_property PASSED
1656 tests/test_scoped_nodes.py::test_issue940_with_metaclass_class_context_property PASSED
1657 tests/test_scoped_nodes.py::test_issue940_metaclass_values_funcdef PASSED
1658 tests/test_scoped_nodes.py::test_issue940_metaclass_derived_funcdef PASSED
1659 tests/test_scoped_nodes.py::test_issue940_metaclass_funcdef_is_not_datadescriptor PASSED
1660 tests/test_scoped_nodes.py::test_property_in_body_of_try PASSED
1661 tests/test_scoped_nodes.py::test_property_in_body_of_if PASSED
1662 tests/test_scoped_nodes.py::test_issue940_enums_as_a_real_world_usecase PASSED
1663 tests/test_scoped_nodes.py::test_enums_type_annotation_str_member PASSED
1664 tests/test_scoped_nodes.py::test_enums_type_annotation_no_value[bool] PASSED
1665 tests/test_scoped_nodes.py::test_enums_type_annotation_no_value[dict] PASSED
1666 tests/test_scoped_nodes.py::test_enums_type_annotation_no_value[int] PASSED
1667 tests/test_scoped_nodes.py::test_enums_type_annotation_no_value[str] PASSED
1668 tests/test_scoped_nodes.py::test_enums_value2member_map_ PASSED
1669 tests/test_scoped_nodes.py::test_enums_type_annotation_non_str_member[int-42] PASSED
1670 tests/test_scoped_nodes.py::test_enums_type_annotation_non_str_member[bytes-] PASSED
1671 tests/test_scoped_nodes.py::test_enums_type_annotations_non_const_member[dict-value0] PASSED
1672 tests/test_scoped_nodes.py::test_enums_type_annotations_non_const_member[list-value1] PASSED
1673 tests/test_scoped_nodes.py::test_enums_type_annotations_non_const_member[TypedDict-value2] PASSED
1674 tests/test_scoped_nodes.py::test_metaclass_cannot_infer_call_yields_an_instance PASSED
1675 tests/test_scoped_nodes.py::test_posonlyargs_python_38[\ndef func(a, b, /, d, e):\n    pass\n] PASSED
1676 tests/test_scoped_nodes.py::test_posonlyargs_python_38[\ndef func(a, b=None, /, d=None, e=None):\n    pass\n] PASSED
1677 tests/test_scoped_nodes.py::test_posonlyargs_python_38[\ndef func(a, other, other, b=None, /, d=None, e=None):\n    pass\n] PASSED
1678 tests/test_scoped_nodes.py::test_posonlyargs_python_38[\ndef func(a, other, other, b=None, /, d=None, e=None, **kwargs):\n    pass\n] PASSED
1679 tests/test_scoped_nodes.py::test_posonlyargs_python_38[\ndef name(p1, p2, /, p_or_kw, *, kw):\n    pass\n] PASSED
1680 tests/test_scoped_nodes.py::test_posonlyargs_python_38[\ndef __init__(self, other=(), /, **kw):\n    pass\n] PASSED
1681 tests/test_scoped_nodes.py::test_posonlyargs_python_38[\ndef __init__(self: int, other: float, /, **kw):\n    pass\n] PASSED
1682 tests/test_scoped_nodes.py::test_posonlyargs_default_value PASSED
1683 tests/test_scoped_nodes.py::test_ancestor_with_generic PASSED
1684 tests/test_scoped_nodes.py::test_slots_duplicate_bases_issue_1089 PASSED
1685 tests/test_scoped_nodes.py::TestFrameNodes::test_frame_node PASSED
1686 tests/test_scoped_nodes.py::TestFrameNodes::test_non_frame_node PASSED
1687 tests/test_stdlib.py::TestSys::test_sys_builtin_module_names PASSED
1688 tests/test_stdlib.py::TestSys::test_sys_modules PASSED
1689 tests/test_transforms.py::TestTransforms::test_builder_apply_transforms PASSED
1690 tests/test_transforms.py::TestTransforms::test_function_inlining_transform PASSED
1691 tests/test_transforms.py::TestTransforms::test_predicates PASSED
1692 tests/test_transforms.py::TestTransforms::test_recursive_transforms_into_astroid_fields PASSED
1693 tests/test_transforms.py::TestTransforms::test_transform_aborted_if_recursion_limited PASSED
1694 tests/test_transforms.py::TestTransforms::test_transform_crashes_on_is_subtype_of PASSED
1695 tests/test_transforms.py::TestTransforms::test_transform_patches_locals PASSED
1696 tests/test_transforms.py::TestTransforms::test_transforms_are_called_for_builtin_modules PASSED
1697 tests/test_transforms.py::TestTransforms::test_transforms_are_separated PASSED
1698 tests/test_utils.py::InferenceUtil::test_if PASSED
1699 tests/test_utils.py::InferenceUtil::test_not_exclusive PASSED
1700 tests/test_utils.py::InferenceUtil::test_not_exclusive_walrus_multiple PASSED
1701 tests/test_utils.py::InferenceUtil::test_not_exclusive_walrus_operator PASSED
1702 tests/test_utils.py::InferenceUtil::test_not_exclusive_walrus_operator_nested PASSED
1703 tests/test_utils.py::InferenceUtil::test_try_except PASSED
1704 tests/test_utils.py::InferenceUtil::test_unpack_infer_empty_tuple PASSED
1705 tests/test_utils.py::InferenceUtil::test_unpack_infer_uninferable_nodes PASSED [100%]$(PYTHON_DIR)/vendor-packages/coverage/report_core.py:115: CoverageWarning: Couldn't parse '/tmp/tmpXXXXXXXX/tmpXXXXXXXX.py': No source for code: '/tmp/tmpXXXXXXXX/tmpXXXXXXXX.py'. (couldnt-parse)
1706   coverage._warn(msg, slug="couldnt-parse")
1710 ======== 1645 passed, 35 skipped, 3 deselected, 15 xfailed, 1 xpassed ========
1711   py$(PYV): OK
1712   congratulations :)