Marcel Telka
2024-04-06 c028ccd8bf35334f2185c77b3d42e6cd4e78af1f
commit | author | age
4aac30 1 ============================= test session starts ==============================
MT 2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
23b99a 4 rootdir: $(@D)
MT 5 configfile: pytest.ini
6 testpaths: parso, test
4aac30 7 collecting ... collected 1351 items
MT 8
9 parso/__init__.py::parso PASSED
10 parso/python/tree.py::parso.python.tree PASSED
11 parso/tree.py::parso.tree.NodeOrLeaf.dump PASSED
12 test/test_cache.py::test_cache_last_used_update[False-False] PASSED
13 test/test_cache.py::test_cache_last_used_update[False-True] PASSED
14 test/test_cache.py::test_cache_last_used_update[True-False] PASSED
15 test/test_cache.py::test_cache_last_used_update[True-True] PASSED
16 test/test_cache.py::test_cache_limit PASSED
17 test/test_cache.py::test_inactive_cache PASSED
18 test/test_cache.py::test_modulepickling_change_cache_dir PASSED
19 test/test_cache.py::test_modulepickling_simulate_deleted_cache PASSED
20 test/test_cache.py::test_permission_error PASSED
21 test/test_diff_parser.py::test_add_error_indentation PASSED
22 test/test_diff_parser.py::test_all_sorts_of_indentation PASSED
23 test/test_diff_parser.py::test_another_random_indent PASSED
24 test/test_diff_parser.py::test_async_copy PASSED
25 test/test_diff_parser.py::test_async_func2 PASSED
26 test/test_diff_parser.py::test_backslash PASSED
27 test/test_diff_parser.py::test_backslash_before_def PASSED
28 test/test_diff_parser.py::test_backslash_insertion PASSED
29 test/test_diff_parser.py::test_backslash_issue PASSED
30 test/test_diff_parser.py::test_backslash_with_imports PASSED
31 test/test_diff_parser.py::test_byte_order_mark PASSED
32 test/test_diff_parser.py::test_byte_order_mark2 PASSED
33 test/test_diff_parser.py::test_byte_order_mark3 PASSED
34 test/test_diff_parser.py::test_change_and_undo PASSED
35 test/test_diff_parser.py::test_class_with_paren_breaker PASSED
36 test/test_diff_parser.py::test_classes_with_error_leaves PASSED
37 test/test_diff_parser.py::test_dedent_end_positions PASSED
38 test/test_diff_parser.py::test_differing_docstrings PASSED
39 test/test_diff_parser.py::test_docstring_removal PASSED
40 test/test_diff_parser.py::test_dont_copy_dedents_in_beginning PASSED
41 test/test_diff_parser.py::test_dont_copy_error_leaves PASSED
42 test/test_diff_parser.py::test_end_newline_with_decorator PASSED
43 test/test_diff_parser.py::test_endless_while_loop PASSED
44 test/test_diff_parser.py::test_endmarker_newline PASSED
45 test/test_diff_parser.py::test_error_dedent_in_between PASSED
46 test/test_diff_parser.py::test_error_dedent_in_function PASSED
47 test/test_diff_parser.py::test_error_dedent_issues PASSED
48 test/test_diff_parser.py::test_for_on_one_line PASSED
49 test/test_diff_parser.py::test_fstring_with_error_leaf PASSED
50 test/test_diff_parser.py::test_full_copy PASSED
51 test/test_diff_parser.py::test_func_with_for_and_comment PASSED
52 test/test_diff_parser.py::test_function_deletion PASSED
53 test/test_diff_parser.py::test_if_removal_and_reappearence PASSED
54 test/test_diff_parser.py::test_if_simple PASSED
55 test/test_diff_parser.py::test_import_opening_bracket PASSED
56 test/test_diff_parser.py::test_in_class_movements PASSED
57 test/test_diff_parser.py::test_in_parentheses_newlines PASSED
58 test/test_diff_parser.py::test_indentation_issue PASSED
59 test/test_diff_parser.py::test_indentation_issues PASSED
60 test/test_diff_parser.py::test_invalid_function PASSED
61 test/test_diff_parser.py::test_invalid_to_valid_nodes PASSED
62 test/test_diff_parser.py::test_issues_with_error_leaves PASSED
63 test/test_diff_parser.py::test_many_nested_ifs PASSED
64 test/test_diff_parser.py::test_nested_class PASSED
65 test/test_diff_parser.py::test_nested_if_and_scopes PASSED
66 test/test_diff_parser.py::test_newlines_at_end PASSED
67 test/test_diff_parser.py::test_node_insertion PASSED
68 test/test_diff_parser.py::test_one_call_in_function_change PASSED
69 test/test_diff_parser.py::test_one_line_function_error_recovery PASSED
70 test/test_diff_parser.py::test_one_line_property_error_recovery PASSED
71 test/test_diff_parser.py::test_one_statement_func PASSED
72 test/test_diff_parser.py::test_open_bracket_case1 PASSED
73 test/test_diff_parser.py::test_open_bracket_case2 PASSED
74 test/test_diff_parser.py::test_open_parentheses PASSED
75 test/test_diff_parser.py::test_open_parentheses_at_end PASSED
76 test/test_diff_parser.py::test_opening_bracket_at_end PASSED
77 test/test_diff_parser.py::test_paren_before_docstring PASSED
78 test/test_diff_parser.py::test_paren_in_strange_position PASSED
79 test/test_diff_parser.py::test_paren_with_indentation PASSED
80 test/test_diff_parser.py::test_parent_on_decorator PASSED
81 test/test_diff_parser.py::test_parentheses_before_method PASSED
82 test/test_diff_parser.py::test_positions PASSED
83 test/test_diff_parser.py::test_random_character_insertion PASSED
84 test/test_diff_parser.py::test_random_text_insertion PASSED
85 test/test_diff_parser.py::test_random_unicode_characters PASSED
86 test/test_diff_parser.py::test_repeating_invalid_indent PASSED
87 test/test_diff_parser.py::test_simple PASSED
88 test/test_diff_parser.py::test_some_other_indentation_issues PASSED
89 test/test_diff_parser.py::test_some_weird_removals PASSED
90 test/test_diff_parser.py::test_special_no_newline_ending PASSED
91 test/test_diff_parser.py::test_totally_wrong_whitespace PASSED
92 test/test_diff_parser.py::test_unfinished_nodes PASSED
93 test/test_diff_parser.py::test_weird_ending PASSED
94 test/test_diff_parser.py::test_whitespace_at_end PASSED
95 test/test_diff_parser.py::test_with_and_funcdef_in_call[] PASSED
96 test/test_diff_parser.py::test_with_and_funcdef_in_call[async ] PASSED
97 test/test_diff_parser.py::test_with_formfeed PASSED
98 test/test_diff_parser.py::test_word_before_def PASSED
99 test/test_diff_parser.py::test_wrong_backslash PASSED
100 test/test_diff_parser.py::test_wrong_indent_in_def PASSED
101 test/test_diff_parser.py::test_wrong_whitespace PASSED
102 test/test_diff_parser.py::test_yet_another_backslash PASSED
103 test/test_dump_tree.py::test_dump_parser_tree[0-Module([\nLambda([\nKeyword('lambda', (1, 0)),\nParam([\nName('x', (1, 7), prefix=' '),\nOperator(',', (1, 8)),\n]),\nParam([\nName('y', (1, 10), prefix=' '),\n]),\nOperator(':', (1, 11)),\nPythonNode('arith_expr', [\nName('x', (1, 13), prefix=' '),\nOperator('+', (1, 15), prefix=' '),\nName('y', (1, 17), prefix=' '),\n]),\n]),\nEndMarker('', (1, 18)),\n])] PASSED
104 test/test_dump_tree.py::test_dump_parser_tree[4-Module([\n    Lambda([\n        Keyword('lambda', (1, 0)),\n        Param([\n            Name('x', (1, 7), prefix=' '),\n            Operator(',', (1, 8)),\n        ]),\n        Param([\n            Name('y', (1, 10), prefix=' '),\n        ]),\n        Operator(':', (1, 11)),\n        PythonNode('arith_expr', [\n            Name('x', (1, 13), prefix=' '),\n            Operator('+', (1, 15), prefix=' '),\n            Name('y', (1, 17), prefix=' '),\n        ]),\n    ]),\n    EndMarker('', (1, 18)),\n])] PASSED
105 test/test_dump_tree.py::test_dump_parser_tree[None-Module([Lambda([Keyword('lambda', (1, 0)), Param([Name('x', (1, 7), prefix=' '), Operator(',', (1, 8)), ]), Param([Name('y', (1, 10), prefix=' '), ]), Operator(':', (1, 11)), PythonNode('arith_expr', [Name('x', (1, 13), prefix=' '), Operator('+', (1, 15), prefix=' '), Name('y', (1, 17), prefix=' '), ]), ]), EndMarker('', (1, 18)), ])] PASSED
106 test/test_dump_tree.py::test_dump_parser_tree[\t-Module([\n\tLambda([\n\t\tKeyword('lambda', (1, 0)),\n\t\tParam([\n\t\t\tName('x', (1, 7), prefix=' '),\n\t\t\tOperator(',', (1, 8)),\n\t\t]),\n\t\tParam([\n\t\t\tName('y', (1, 10), prefix=' '),\n\t\t]),\n\t\tOperator(':', (1, 11)),\n\t\tPythonNode('arith_expr', [\n\t\t\tName('x', (1, 13), prefix=' '),\n\t\t\tOperator('+', (1, 15), prefix=' '),\n\t\t\tName('y', (1, 17), prefix=' '),\n\t\t]),\n\t]),\n\tEndMarker('', (1, 18)),\n])] PASSED
107 test/test_dump_tree.py::test_dump_parser_tree_invalid_args PASSED
108 test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node0-Function([\n    Keyword('def', (1, 0)),\n    Name('foo', (1, 4), prefix=' '),\n    PythonNode('parameters', [\n        Operator('(', (1, 7)),\n        Param([\n            Name('x', (1, 8)),\n            Operator(',', (1, 9)),\n        ]),\n        Param([\n            Name('y', (1, 11), prefix=' '),\n        ]),\n        Operator(')', (1, 12)),\n    ]),\n    Operator(':', (1, 13)),\n    ReturnStmt([\n        Keyword('return', (1, 15), prefix=' '),\n        PythonNode('arith_expr', [\n            Name('x', (1, 22), prefix=' '),\n            Operator('+', (1, 24), prefix=' '),\n            Name('y', (1, 26), prefix=' '),\n        ]),\n    ]),\n])-def foo(x, y): return x + y] PASSED
109 test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node1-Keyword('def', (1, 0))-def] PASSED
110 test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node2-ErrorLeaf('error_type', 'error_code', (1, 1), prefix=' ')- error_code] PASSED
111 test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node3-TypedLeaf('type', 'value', (1, 1))-value] PASSED
112 test/test_dump_tree.py::test_eval_dump_recovers_parent PASSED
113 test/test_error_recovery.py::test_dedent_issues1 PASSED
114 test/test_error_recovery.py::test_dedent_issues2 PASSED
115 test/test_error_recovery.py::test_dedent_issues3 PASSED
116 test/test_error_recovery.py::test_if_else PASSED
117 test/test_error_recovery.py::test_if_stmt PASSED
118 test/test_error_recovery.py::test_invalid_token PASSED
119 test/test_error_recovery.py::test_invalid_token_in_fstr PASSED
120 test/test_error_recovery.py::test_one_line_function[3.10] PASSED
121 test/test_error_recovery.py::test_one_line_function[3.6] PASSED
122 test/test_error_recovery.py::test_one_line_function[3.7] PASSED
123 test/test_error_recovery.py::test_one_line_function[3.8] PASSED
124 test/test_error_recovery.py::test_one_line_function[3.9] PASSED
125 test/test_error_recovery.py::test_with_stmt PASSED
126 test/test_file_python_errors.py::test_on_itself[3.10] PASSED
127 test/test_file_python_errors.py::test_on_itself[3.6] PASSED
128 test/test_file_python_errors.py::test_on_itself[3.7] PASSED
129 test/test_file_python_errors.py::test_on_itself[3.8] PASSED
130 test/test_file_python_errors.py::test_on_itself[3.9] PASSED
131 test/test_fstring.py::test_invalid[f"""\\N{NO\nENTRY}"""] PASSED
132 test/test_fstring.py::test_invalid[f"""{"""] PASSED
133 test/test_fstring.py::test_invalid[f"""}"""] PASSED
134 test/test_fstring.py::test_invalid[f"\\N{ BULLET }"] PASSED
135 test/test_fstring.py::test_invalid[f"\\N{NO   ENTRY}"] PASSED
136 test/test_fstring.py::test_invalid[f"abc\ndef"] PASSED
137 test/test_fstring.py::test_invalid[f"{!:}"] PASSED
138 test/test_fstring.py::test_invalid[f"{!a}"] PASSED
139 test/test_fstring.py::test_invalid[f"{!{a}}"] PASSED
140 test/test_fstring.py::test_invalid[f"{!}"] PASSED
141 test/test_fstring.py::test_invalid[f"{"] PASSED
142 test/test_fstring.py::test_invalid[f"{1!{a}}"] PASSED
143 test/test_fstring.py::test_invalid[f"{1:{:}}"] PASSED
144 test/test_fstring.py::test_invalid[f"{1:{}}"] PASSED
145 test/test_fstring.py::test_invalid[f"{1=!{a}}"] PASSED
146 test/test_fstring.py::test_invalid[f"{:1}"] PASSED
147 test/test_fstring.py::test_invalid[f"{:}"] PASSED
148 test/test_fstring.py::test_invalid[f"{:}}}"] PASSED
149 test/test_fstring.py::test_invalid[f"{}"] PASSED
150 test/test_fstring.py::test_invalid[f"}"] PASSED
151 test/test_fstring.py::test_roundtrip[f"""foo] PASSED
152 test/test_fstring.py::test_roundtrip[f"abc\ndef"] PASSED
153 test/test_fstring.py::test_roundtrip[f"foo] PASSED
154 test/test_fstring.py::test_roundtrip[f'''s{\n   str.uppe\n'''\n] PASSED
155 test/test_fstring.py::test_tokenize_start_pos[f" :{ 1 : } "-positions1] PASSED
156 test/test_fstring.py::test_tokenize_start_pos[f"""\n {\nfoo\n }"""-positions2] PASSED
157 test/test_fstring.py::test_tokenize_start_pos[f"\\N{NO ENTRY} and {expr}"-positions3] PASSED
158 test/test_fstring.py::test_tokenize_start_pos[f"}{"-positions0] PASSED
159 test/test_fstring.py::test_valid[f""""""] PASSED
160 test/test_fstring.py::test_valid[f"""\\N{NO ENTRY}"""] PASSED
161 test/test_fstring.py::test_valid[f"""abc\ndef"""] PASSED
162 test/test_fstring.py::test_valid[f"""abc{\n123}def"""] PASSED
163 test/test_fstring.py::test_valid[f"""{1}"""] PASSED
164 test/test_fstring.py::test_valid[f""] PASSED
165 test/test_fstring.py::test_valid[f"1{{2{{3"] PASSED
166 test/test_fstring.py::test_valid[f"Combo {expr} and \\N{NO ENTRY}"] PASSED
167 test/test_fstring.py::test_valid[f"\\N{BULLET}"] PASSED
168 test/test_fstring.py::test_valid[f"\\N{DOMINO TILE HORIZONTAL-00-00}"] PASSED
169 test/test_fstring.py::test_valid[f"\\N{FLEUR-DE-LIS}"] PASSED
170 test/test_fstring.py::test_valid[f"\\N{NO ENTRY} and {expr}"] PASSED
171 test/test_fstring.py::test_valid[f"\\N{NO ENTRY}"] PASSED
172 test/test_fstring.py::test_valid[f"\\N{SOYOMBO LETTER -A}"] PASSED
173 test/test_fstring.py::test_valid[f"\\N{no entry}"] PASSED
174 test/test_fstring.py::test_valid[f"\\\n{123}\\\n"] PASSED
175 test/test_fstring.py::test_valid[f"abc\\\ndef"] PASSED
176 test/test_fstring.py::test_valid[f"{*x, *y}"] PASSED
177 test/test_fstring.py::test_valid[f"{*x, y}"] PASSED
178 test/test_fstring.py::test_valid[f"{*x,}"] PASSED
179 test/test_fstring.py::test_valid[f"{1!a:1}"] PASSED
180 test/test_fstring.py::test_valid[f"{1!a}"] PASSED
181 test/test_fstring.py::test_valid[f"{123:.2\\\nf}"] PASSED
182 test/test_fstring.py::test_valid[f"{1:1.{32}}"] PASSED
183 test/test_fstring.py::test_valid[f"{1:1}"] PASSED
184 test/test_fstring.py::test_valid[f"{1::>4}"] PASSED
185 test/test_fstring.py::test_valid[f"{1:}"] PASSED
186 test/test_fstring.py::test_valid[f"{1}"] PASSED
187 test/test_fstring.py::test_valid[f"{\\\n123}"] PASSED
188 test/test_fstring.py::test_valid[f"{a()=}"] PASSED
189 test/test_fstring.py::test_valid[f"{a=}"] PASSED
190 test/test_fstring.py::test_valid[f"{foo} {bar}"] PASSED
191 test/test_fstring.py::test_valid[f"{x for x in [1]}"] PASSED
192 test/test_fstring.py::test_valid[f"{x, *y}"] PASSED
193 test/test_fstring.py::test_valid[f"{x:{y:1}}"] PASSED
194 test/test_fstring.py::test_valid[f"{x:{y:}}"] PASSED
195 test/test_fstring.py::test_valid[f"{x:{y}}"] PASSED
196 test/test_fstring.py::test_valid[f"{{{1}"] PASSED
197 test/test_fstring.py::test_valid[f"{{{1}}}"] PASSED
198 test/test_fstring.py::test_valid[f"{{}}"] PASSED
199 test/test_fstring.py::test_valid[f"}}"] PASSED
200 test/test_get_code.py::test_basic_parsing PASSED
201 test/test_get_code.py::test_carriage_return_at_end[\n\r-types1] PASSED
202 test/test_get_code.py::test_carriage_return_at_end[\r-types0] PASSED
203 test/test_get_code.py::test_end_newlines PASSED
204 test/test_get_code.py::test_full_code_round_trip[    F""" \n3] PASSED
205 test/test_get_code.py::test_full_code_round_trip[    F""" \n] PASSED
206 test/test_get_code.py::test_full_code_round_trip[    F"""\n] PASSED
207 test/test_get_code.py::test_full_code_round_trip[    F"""] PASSED
208 test/test_get_code.py::test_full_code_round_trip[    f"""\n"""\n] PASSED
209 test/test_get_code.py::test_full_code_round_trip[    f"""\n"""] PASSED
210 test/test_get_code.py::test_full_code_round_trip[ ] PASSED
211 test/test_get_code.py::test_get_code PASSED
212 test/test_get_code.py::test_operators PASSED
213 test/test_grammar.py::test_non_unicode PASSED
214 test/test_load_grammar.py::test_grammar_int_version PASSED
215 test/test_load_grammar.py::test_invalid_grammar_version[#] PASSED
216 test/test_load_grammar.py::test_invalid_grammar_version[1.3.4.5] PASSED
217 test/test_load_grammar.py::test_invalid_grammar_version[1.] PASSED
218 test/test_load_grammar.py::test_invalid_grammar_version[a] PASSED
219 test/test_load_grammar.py::test_load_inexisting_grammar PASSED
220 test/test_load_grammar.py::test_parse_version[1.1-result2] PASSED
221 test/test_load_grammar.py::test_parse_version[1.1.1-result3] PASSED
222 test/test_load_grammar.py::test_parse_version[2-result0] PASSED
223 test/test_load_grammar.py::test_parse_version[3-result1] PASSED
224 test/test_load_grammar.py::test_parse_version[300.1.31-result4] PASSED
225 test/test_normalizer_issues_files.py::test_normalizer_issue[E10.py] PASSED
226 test/test_normalizer_issues_files.py::test_normalizer_issue[E101.py] PASSED
227 test/test_normalizer_issues_files.py::test_normalizer_issue[E11.py] PASSED
228 test/test_normalizer_issues_files.py::test_normalizer_issue[E12_first.py] PASSED
229 test/test_normalizer_issues_files.py::test_normalizer_issue[E12_not_first.py] PASSED
230 test/test_normalizer_issues_files.py::test_normalizer_issue[E12_not_second.py] PASSED
231 test/test_normalizer_issues_files.py::test_normalizer_issue[E12_second.py] PASSED
232 test/test_normalizer_issues_files.py::test_normalizer_issue[E12_third.py] PASSED
233 test/test_normalizer_issues_files.py::test_normalizer_issue[E20.py] PASSED
234 test/test_normalizer_issues_files.py::test_normalizer_issue[E21.py] PASSED
235 test/test_normalizer_issues_files.py::test_normalizer_issue[E22.py] PASSED
236 test/test_normalizer_issues_files.py::test_normalizer_issue[E23.py] PASSED
237 test/test_normalizer_issues_files.py::test_normalizer_issue[E25.py] PASSED
238 test/test_normalizer_issues_files.py::test_normalizer_issue[E26.py] PASSED
239 test/test_normalizer_issues_files.py::test_normalizer_issue[E27.py] PASSED
240 test/test_normalizer_issues_files.py::test_normalizer_issue[E29.py] PASSED
241 test/test_normalizer_issues_files.py::test_normalizer_issue[E30.py] PASSED
242 test/test_normalizer_issues_files.py::test_normalizer_issue[E30not.py] PASSED
243 test/test_normalizer_issues_files.py::test_normalizer_issue[E40.py] PASSED
244 test/test_normalizer_issues_files.py::test_normalizer_issue[E50.py] PASSED
245 test/test_normalizer_issues_files.py::test_normalizer_issue[E70.py] PASSED
246 test/test_normalizer_issues_files.py::test_normalizer_issue[E71.py] PASSED
247 test/test_normalizer_issues_files.py::test_normalizer_issue[E72.py] PASSED
248 test/test_normalizer_issues_files.py::test_normalizer_issue[E73.py] PASSED
249 test/test_normalizer_issues_files.py::test_normalizer_issue[allowed_syntax.py] PASSED
250 test/test_normalizer_issues_files.py::test_normalizer_issue[latin-1.py] PASSED
251 test/test_normalizer_issues_files.py::test_normalizer_issue[python.py] PASSED
252 test/test_normalizer_issues_files.py::test_normalizer_issue[utf-8-bom.py] PASSED
253 test/test_normalizer_issues_files.py::test_normalizer_issue[utf-8.py] PASSED
254 test/test_old_fast_parser.py::test_additional_indent PASSED
255 test/test_old_fast_parser.py::test_carriage_return_splitting PASSED
256 test/test_old_fast_parser.py::test_class_func_if PASSED
257 test/test_old_fast_parser.py::test_class_with_class_var PASSED
258 test/test_old_fast_parser.py::test_decorator PASSED
259 test/test_old_fast_parser.py::test_fake_parentheses PASSED
260 test/test_old_fast_parser.py::test_for PASSED
261 test/test_old_fast_parser.py::test_func_with_if PASSED
262 test/test_old_fast_parser.py::test_multi_line_for PASSED
263 test/test_old_fast_parser.py::test_multi_line_params PASSED
264 test/test_old_fast_parser.py::test_nested_funcs PASSED
265 test/test_old_fast_parser.py::test_parentheses_in_string PASSED
266 test/test_old_fast_parser.py::test_round_trip PASSED
267 test/test_old_fast_parser.py::test_strange_parentheses PASSED
268 test/test_old_fast_parser.py::test_wrong_indentation PASSED
269 test/test_param_splitting.py::test_kw_only_no_kw[3.10] PASSED
270 test/test_param_splitting.py::test_kw_only_no_kw[3.6] PASSED
271 test/test_param_splitting.py::test_kw_only_no_kw[3.7] PASSED
272 test/test_param_splitting.py::test_kw_only_no_kw[3.8] PASSED
273 test/test_param_splitting.py::test_kw_only_no_kw[3.9] PASSED
274 test/test_param_splitting.py::test_split_params_with_separation_star PASSED
275 test/test_param_splitting.py::test_split_params_with_stars PASSED
276 test/test_parser.py::test_backslash_dos_style[3.10] PASSED
277 test/test_parser.py::test_backslash_dos_style[3.6] PASSED
278 test/test_parser.py::test_backslash_dos_style[3.7] PASSED
279 test/test_parser.py::test_backslash_dos_style[3.8] PASSED
280 test/test_parser.py::test_backslash_dos_style[3.9] PASSED
281 test/test_parser.py::test_basic_parsing[3.10] PASSED
282 test/test_parser.py::test_basic_parsing[3.6] PASSED
283 test/test_parser.py::test_basic_parsing[3.7] PASSED
284 test/test_parser.py::test_basic_parsing[3.8] PASSED
285 test/test_parser.py::test_basic_parsing[3.9] PASSED
286 test/test_parser.py::test_carriage_return_statements[3.10] PASSED
287 test/test_parser.py::test_carriage_return_statements[3.6] PASSED
288 test/test_parser.py::test_carriage_return_statements[3.7] PASSED
289 test/test_parser.py::test_carriage_return_statements[3.8] PASSED
290 test/test_parser.py::test_carriage_return_statements[3.9] PASSED
291 test/test_parser.py::test_decorator_expression[3.10-a + a] PASSED
292 test/test_parser.py::test_decorator_expression[3.10-a := lambda x: x] PASSED
293 test/test_parser.py::test_decorator_expression[3.10-lambda x: x] PASSED
294 test/test_parser.py::test_decorator_expression[3.6-a + a] PASSED
295 test/test_parser.py::test_decorator_expression[3.6-a := lambda x: x] PASSED
296 test/test_parser.py::test_decorator_expression[3.6-lambda x: x] PASSED
297 test/test_parser.py::test_decorator_expression[3.7-a + a] PASSED
298 test/test_parser.py::test_decorator_expression[3.7-a := lambda x: x] PASSED
299 test/test_parser.py::test_decorator_expression[3.7-lambda x: x] PASSED
300 test/test_parser.py::test_decorator_expression[3.8-a + a] PASSED
301 test/test_parser.py::test_decorator_expression[3.8-a := lambda x: x] PASSED
302 test/test_parser.py::test_decorator_expression[3.8-lambda x: x] PASSED
303 test/test_parser.py::test_decorator_expression[3.9-a + a] PASSED
304 test/test_parser.py::test_decorator_expression[3.9-a := lambda x: x] PASSED
305 test/test_parser.py::test_decorator_expression[3.9-lambda x: x] PASSED
306 test/test_parser.py::test_dedent_at_end[3.10] PASSED
307 test/test_parser.py::test_dedent_at_end[3.6] PASSED
308 test/test_parser.py::test_dedent_at_end[3.7] PASSED
309 test/test_parser.py::test_dedent_at_end[3.8] PASSED
310 test/test_parser.py::test_dedent_at_end[3.9] PASSED
311 test/test_parser.py::test_end_pos[3.10] PASSED
312 test/test_parser.py::test_end_pos[3.6] PASSED
313 test/test_parser.py::test_end_pos[3.7] PASSED
314 test/test_parser.py::test_end_pos[3.8] PASSED
315 test/test_parser.py::test_end_pos[3.9] PASSED
316 test/test_parser.py::test_end_pos_error_correction[3.10] PASSED
317 test/test_parser.py::test_end_pos_error_correction[3.6] PASSED
318 test/test_parser.py::test_end_pos_error_correction[3.7] PASSED
319 test/test_parser.py::test_end_pos_error_correction[3.8] PASSED
320 test/test_parser.py::test_end_pos_error_correction[3.9] PASSED
321 test/test_parser.py::test_extended_rhs_annassign[3.10] PASSED
322 test/test_parser.py::test_extended_rhs_annassign[3.6] PASSED
323 test/test_parser.py::test_extended_rhs_annassign[3.7] PASSED
324 test/test_parser.py::test_extended_rhs_annassign[3.8] PASSED
325 test/test_parser.py::test_extended_rhs_annassign[3.9] PASSED
326 test/test_parser.py::test_import_names[3.10] PASSED
327 test/test_parser.py::test_import_names[3.6] PASSED
328 test/test_parser.py::test_import_names[3.7] PASSED
329 test/test_parser.py::test_import_names[3.8] PASSED
330 test/test_parser.py::test_import_names[3.9] PASSED
331 test/test_parser.py::test_incomplete_list_comprehension[3.10] PASSED
332 test/test_parser.py::test_incomplete_list_comprehension[3.6] PASSED
333 test/test_parser.py::test_incomplete_list_comprehension[3.7] PASSED
334 test/test_parser.py::test_incomplete_list_comprehension[3.8] PASSED
335 test/test_parser.py::test_incomplete_list_comprehension[3.9] PASSED
336 test/test_parser.py::test_named_expression[3.10] PASSED
337 test/test_parser.py::test_named_expression[3.6] PASSED
338 test/test_parser.py::test_named_expression[3.7] PASSED
339 test/test_parser.py::test_named_expression[3.8] PASSED
340 test/test_parser.py::test_named_expression[3.9] PASSED
341 test/test_parser.py::test_newline_positions[3.10] PASSED
342 test/test_parser.py::test_newline_positions[3.6] PASSED
343 test/test_parser.py::test_newline_positions[3.7] PASSED
344 test/test_parser.py::test_newline_positions[3.8] PASSED
345 test/test_parser.py::test_newline_positions[3.9] PASSED
346 test/test_parser.py::test_no_error_nodes[3.10] PASSED
347 test/test_parser.py::test_no_error_nodes[3.6] PASSED
348 test/test_parser.py::test_no_error_nodes[3.7] PASSED
349 test/test_parser.py::test_no_error_nodes[3.8] PASSED
350 test/test_parser.py::test_no_error_nodes[3.9] PASSED
351 test/test_parser.py::test_open_string_literal[3.10-foo """\n] PASSED
352 test/test_parser.py::test_open_string_literal[3.10-foo """\nbar] PASSED
353 test/test_parser.py::test_open_string_literal[3.10-foo "] PASSED
354 test/test_parser.py::test_open_string_literal[3.6-foo """\n] PASSED
355 test/test_parser.py::test_open_string_literal[3.6-foo """\nbar] PASSED
356 test/test_parser.py::test_open_string_literal[3.6-foo "] PASSED
357 test/test_parser.py::test_open_string_literal[3.7-foo """\n] PASSED
358 test/test_parser.py::test_open_string_literal[3.7-foo """\nbar] PASSED
359 test/test_parser.py::test_open_string_literal[3.7-foo "] PASSED
360 test/test_parser.py::test_open_string_literal[3.8-foo """\n] PASSED
361 test/test_parser.py::test_open_string_literal[3.8-foo """\nbar] PASSED
362 test/test_parser.py::test_open_string_literal[3.8-foo "] PASSED
363 test/test_parser.py::test_open_string_literal[3.9-foo """\n] PASSED
364 test/test_parser.py::test_open_string_literal[3.9-foo """\nbar] PASSED
365 test/test_parser.py::test_open_string_literal[3.9-foo "] PASSED
366 test/test_parser.py::test_param_splitting[3.10] PASSED
367 test/test_parser.py::test_param_splitting[3.6] PASSED
368 test/test_parser.py::test_param_splitting[3.7] PASSED
369 test/test_parser.py::test_param_splitting[3.8] PASSED
370 test/test_parser.py::test_param_splitting[3.9] PASSED
371 test/test_parser.py::test_positional_only_arguments[3.10-a, /, **kwargs] PASSED
372 test/test_parser.py::test_positional_only_arguments[3.10-a, /, *, b] PASSED
373 test/test_parser.py::test_positional_only_arguments[3.10-a, /, b0] PASSED
374 test/test_parser.py::test_positional_only_arguments[3.10-a, /, b1] PASSED
375 test/test_parser.py::test_positional_only_arguments[3.10-a, /] PASSED
376 test/test_parser.py::test_positional_only_arguments[3.10-a=1, /, b=3] PASSED
377 test/test_parser.py::test_positional_only_arguments[3.10-a=1, /] PASSED
378 test/test_parser.py::test_positional_only_arguments[3.6-a, /, **kwargs] PASSED
379 test/test_parser.py::test_positional_only_arguments[3.6-a, /, *, b] PASSED
380 test/test_parser.py::test_positional_only_arguments[3.6-a, /, b0] PASSED
381 test/test_parser.py::test_positional_only_arguments[3.6-a, /, b1] PASSED
382 test/test_parser.py::test_positional_only_arguments[3.6-a, /] PASSED
383 test/test_parser.py::test_positional_only_arguments[3.6-a=1, /, b=3] PASSED
384 test/test_parser.py::test_positional_only_arguments[3.6-a=1, /] PASSED
385 test/test_parser.py::test_positional_only_arguments[3.7-a, /, **kwargs] PASSED
386 test/test_parser.py::test_positional_only_arguments[3.7-a, /, *, b] PASSED
387 test/test_parser.py::test_positional_only_arguments[3.7-a, /, b0] PASSED
388 test/test_parser.py::test_positional_only_arguments[3.7-a, /, b1] PASSED
389 test/test_parser.py::test_positional_only_arguments[3.7-a, /] PASSED
390 test/test_parser.py::test_positional_only_arguments[3.7-a=1, /, b=3] PASSED
391 test/test_parser.py::test_positional_only_arguments[3.7-a=1, /] PASSED
392 test/test_parser.py::test_positional_only_arguments[3.8-a, /, **kwargs] PASSED
393 test/test_parser.py::test_positional_only_arguments[3.8-a, /, *, b] PASSED
394 test/test_parser.py::test_positional_only_arguments[3.8-a, /, b0] PASSED
395 test/test_parser.py::test_positional_only_arguments[3.8-a, /, b1] PASSED
396 test/test_parser.py::test_positional_only_arguments[3.8-a, /] PASSED
397 test/test_parser.py::test_positional_only_arguments[3.8-a=1, /, b=3] PASSED
398 test/test_parser.py::test_positional_only_arguments[3.8-a=1, /] PASSED
399 test/test_parser.py::test_positional_only_arguments[3.9-a, /, **kwargs] PASSED
400 test/test_parser.py::test_positional_only_arguments[3.9-a, /, *, b] PASSED
401 test/test_parser.py::test_positional_only_arguments[3.9-a, /, b0] PASSED
402 test/test_parser.py::test_positional_only_arguments[3.9-a, /, b1] PASSED
403 test/test_parser.py::test_positional_only_arguments[3.9-a, /] PASSED
404 test/test_parser.py::test_positional_only_arguments[3.9-a=1, /, b=3] PASSED
405 test/test_parser.py::test_positional_only_arguments[3.9-a=1, /] PASSED
406 test/test_parser.py::test_started_lambda_stmt[3.10] PASSED
407 test/test_parser.py::test_started_lambda_stmt[3.6] PASSED
408 test/test_parser.py::test_started_lambda_stmt[3.7] PASSED
409 test/test_parser.py::test_started_lambda_stmt[3.8] PASSED
410 test/test_parser.py::test_started_lambda_stmt[3.9] PASSED
411 test/test_parser.py::test_subscope_names[3.10] PASSED
412 test/test_parser.py::test_subscope_names[3.6] PASSED
413 test/test_parser.py::test_subscope_names[3.7] PASSED
414 test/test_parser.py::test_subscope_names[3.8] PASSED
415 test/test_parser.py::test_subscope_names[3.9] PASSED
416 test/test_parser.py::test_too_many_params PASSED
417 test/test_parser.py::test_unicode_string PASSED
418 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_annotation[node0] PASSED
419 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_annotation[node1] PASSED
420 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_is_generator[node0] PASSED
421 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_is_generator[node1] PASSED
422 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_name[node0] PASSED
423 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_name[node1] PASSED
424 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_params[node0] PASSED
425 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_params[node1] PASSED
426 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_yields[node0] PASSED
427 test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_yields[node1] PASSED
428 test/test_parser_tree.py::test_annotation_param[3.10] PASSED
429 test/test_parser_tree.py::test_annotation_param[3.6] PASSED
430 test/test_parser_tree.py::test_annotation_param[3.7] PASSED
431 test/test_parser_tree.py::test_annotation_param[3.8] PASSED
432 test/test_parser_tree.py::test_annotation_param[3.9] PASSED
433 test/test_parser_tree.py::test_annotation_params[3.10] PASSED
434 test/test_parser_tree.py::test_annotation_params[3.6] PASSED
435 test/test_parser_tree.py::test_annotation_params[3.7] PASSED
436 test/test_parser_tree.py::test_annotation_params[3.8] PASSED
437 test/test_parser_tree.py::test_annotation_params[3.9] PASSED
438 test/test_parser_tree.py::test_default_and_annotation_param[3.10] PASSED
439 test/test_parser_tree.py::test_default_and_annotation_param[3.6] PASSED
440 test/test_parser_tree.py::test_default_and_annotation_param[3.7] PASSED
441 test/test_parser_tree.py::test_default_and_annotation_param[3.8] PASSED
442 test/test_parser_tree.py::test_default_and_annotation_param[3.9] PASSED
443 test/test_parser_tree.py::test_default_param[3.10] PASSED
444 test/test_parser_tree.py::test_default_param[3.6] PASSED
445 test/test_parser_tree.py::test_default_param[3.7] PASSED
446 test/test_parser_tree.py::test_default_param[3.8] PASSED
447 test/test_parser_tree.py::test_default_param[3.9] PASSED
448 test/test_parser_tree.py::test_end_pos_line[3.10] PASSED
449 test/test_parser_tree.py::test_end_pos_line[3.6] PASSED
450 test/test_parser_tree.py::test_end_pos_line[3.7] PASSED
451 test/test_parser_tree.py::test_end_pos_line[3.8] PASSED
452 test/test_parser_tree.py::test_end_pos_line[3.9] PASSED
453 test/test_parser_tree.py::test_is_definition[x = 3-0-True-False] PASSED
454 test/test_parser_tree.py::test_is_definition[x, y = z-0-True-False] PASSED
455 test/test_parser_tree.py::test_is_definition[x, y = z-1-True-False] PASSED
456 test/test_parser_tree.py::test_is_definition[x, y = z-2-False-False0] PASSED
457 test/test_parser_tree.py::test_is_definition[x, y = z-2-False-False1] PASSED
458 test/test_parser_tree.py::test_is_definition[x.y = 3-0-False-False] PASSED
459 test/test_parser_tree.py::test_is_definition[x.y = 3-1-True-False] PASSED
460 test/test_parser_tree.py::test_is_definition[x.y = u.v = z-0-False-False] PASSED
461 test/test_parser_tree.py::test_is_definition[x.y = u.v = z-1-True-False] PASSED
462 test/test_parser_tree.py::test_is_definition[x.y = u.v = z-2-False-False] PASSED
463 test/test_parser_tree.py::test_is_definition[x.y = u.v, w = z-3-True-False] PASSED
464 test/test_parser_tree.py::test_is_definition[x.y = u.v, w = z-4-True-False] PASSED
465 test/test_parser_tree.py::test_is_definition[x.y = u.v, w = z-5-False-False] PASSED
466 test/test_parser_tree.py::test_is_definition[x: int = z-0-True-False] PASSED
467 test/test_parser_tree.py::test_is_definition[x: int = z-1-False-False] PASSED
468 test/test_parser_tree.py::test_is_definition[x: int = z-2-False-False] PASSED
469 test/test_parser_tree.py::test_is_definition[x: int-0-True-False] PASSED
470 test/test_parser_tree.py::test_is_definition[x: int-1-False-False] PASSED
471 test/test_parser_tree.py::test_is_definition[x[0] = z-0-False-False] PASSED
472 test/test_parser_tree.py::test_is_definition[x[0] = z-0-True-True] PASSED
473 test/test_parser_tree.py::test_is_definition[x[0], y = z-0-False-False] PASSED
474 test/test_parser_tree.py::test_is_definition[x[0], y = z-0-True-True] PASSED
475 test/test_parser_tree.py::test_is_definition[x[0], y = z-2-False-False] PASSED
476 test/test_parser_tree.py::test_is_definition[x[0], y = z-2-False-True] PASSED
477 test/test_parser_tree.py::test_iter_funcdefs PASSED
478 test/test_parser_tree.py::test_raises PASSED
479 test/test_parser_tree.py::test_returns PASSED
480 test/test_parser_tree.py::test_search_ancestor[node0-node_types0-None] PASSED
481 test/test_parser_tree.py::test_search_ancestor[node1-node_types1-None] PASSED
482 test/test_parser_tree.py::test_search_ancestor[node2-node_types2-expected_ancestor2] PASSED
483 test/test_parser_tree.py::test_search_ancestor[node3-node_types3-None] PASSED
484 test/test_parser_tree.py::test_search_ancestor[node4-node_types4-expected_ancestor4] PASSED
485 test/test_parser_tree.py::test_search_ancestor[node5-node_types5-expected_ancestor5] PASSED
486 test/test_parser_tree.py::test_search_ancestor[node6-node_types6-expected_ancestor6] PASSED
487 test/test_parser_tree.py::test_search_ancestor[node7-node_types7-None] PASSED
488 test/test_parser_tree.py::test_search_ancestor[node8-node_types8-None] PASSED
489 test/test_parser_tree.py::test_search_ancestor[node9-node_types9-None] PASSED
490 test/test_parser_tree.py::test_with_stmt_get_test_node_from_name PASSED
491 test/test_parser_tree.py::test_yield_from PASSED
492 test/test_parser_tree.py::test_yields[3.10] PASSED
493 test/test_parser_tree.py::test_yields[3.6] PASSED
494 test/test_parser_tree.py::test_yields[3.7] PASSED
495 test/test_parser_tree.py::test_yields[3.8] PASSED
496 test/test_parser_tree.py::test_yields[3.9] PASSED
497 test/test_pep8.py::test_eof_blankline PASSED
498 test/test_pep8.py::test_eof_newline PASSED
499 test/test_pep8.py::test_shebang PASSED
500 test/test_pgen2.py::test_ambiguities[foo: bar | 'x'\nbar: 'x'\n-foo is ambiguous.*given a ReservedString\\(x\\).*bar or foo] PASSED
501 test/test_pgen2.py::test_ambiguities[foo: bar | baz\nbar: 'x'\nbaz: "x"\n-foo is ambiguous.*given a ReservedString\\(x\\).*bar or baz] PASSED
502 test/test_pgen2.py::test_ambiguities[foo: bar | baz\nbar: NAME\nbaz: NAME\n-foo is ambiguous.*given a (PythonTokenTypes\\.)?NAME.*bar or baz] PASSED
503 test/test_pgen2.py::test_ambiguities[outer: "a" [inner] "b" "c"\ninner: "b" "c" [inner]\n-outer is ambiguous.*given a ReservedString\\(b\\).*inner or outer] PASSED
504 test/test_pgen2.py::test_ambiguities[outer: "a" [middle] "b" "c"\nmiddle: inner\ninner: "b" "c" [inner]\n-outer is ambiguous.*given a ReservedString\\(b\\).*middle or outer] PASSED
505 test/test_pgen2.py::test_annotation_1[3.10] PASSED
506 test/test_pgen2.py::test_annotation_1[3.6] PASSED
507 test/test_pgen2.py::test_annotation_1[3.7] PASSED
508 test/test_pgen2.py::test_annotation_1[3.8] PASSED
509 test/test_pgen2.py::test_annotation_1[3.9] PASSED
510 test/test_pgen2.py::test_annotation_2[3.10] PASSED
511 test/test_pgen2.py::test_annotation_2[3.6] PASSED
512 test/test_pgen2.py::test_annotation_2[3.7] PASSED
513 test/test_pgen2.py::test_annotation_2[3.8] PASSED
514 test/test_pgen2.py::test_annotation_2[3.9] PASSED
515 test/test_pgen2.py::test_annotation_3[3.10] PASSED
516 test/test_pgen2.py::test_annotation_3[3.6] PASSED
517 test/test_pgen2.py::test_annotation_3[3.7] PASSED
518 test/test_pgen2.py::test_annotation_3[3.8] PASSED
519 test/test_pgen2.py::test_annotation_3[3.9] PASSED
520 test/test_pgen2.py::test_annotation_4[3.10] PASSED
521 test/test_pgen2.py::test_annotation_4[3.6] PASSED
522 test/test_pgen2.py::test_annotation_4[3.7] PASSED
523 test/test_pgen2.py::test_annotation_4[3.8] PASSED
524 test/test_pgen2.py::test_annotation_4[3.9] PASSED
525 test/test_pgen2.py::test_annotation_5[3.10] PASSED
526 test/test_pgen2.py::test_annotation_5[3.6] PASSED
527 test/test_pgen2.py::test_annotation_5[3.7] PASSED
528 test/test_pgen2.py::test_annotation_5[3.8] PASSED
529 test/test_pgen2.py::test_annotation_5[3.9] PASSED
530 test/test_pgen2.py::test_annotation_6[3.10] PASSED
531 test/test_pgen2.py::test_annotation_6[3.6] PASSED
532 test/test_pgen2.py::test_annotation_6[3.7] PASSED
533 test/test_pgen2.py::test_annotation_6[3.8] PASSED
534 test/test_pgen2.py::test_annotation_6[3.9] PASSED
535 test/test_pgen2.py::test_annotation_7[3.10] PASSED
536 test/test_pgen2.py::test_annotation_7[3.6] PASSED
537 test/test_pgen2.py::test_annotation_7[3.7] PASSED
538 test/test_pgen2.py::test_annotation_7[3.8] PASSED
539 test/test_pgen2.py::test_annotation_7[3.9] PASSED
540 test/test_pgen2.py::test_annotation_8[3.10] PASSED
541 test/test_pgen2.py::test_annotation_8[3.6] PASSED
542 test/test_pgen2.py::test_annotation_8[3.7] PASSED
543 test/test_pgen2.py::test_annotation_8[3.8] PASSED
544 test/test_pgen2.py::test_annotation_8[3.9] PASSED
545 test/test_pgen2.py::test_async_for[3.10] PASSED
546 test/test_pgen2.py::test_async_for[3.6] PASSED
547 test/test_pgen2.py::test_async_for[3.7] PASSED
548 test/test_pgen2.py::test_async_for[3.8] PASSED
549 test/test_pgen2.py::test_async_for[3.9] PASSED
550 test/test_pgen2.py::test_async_for_comprehension_newline[3.10-  [\n    1 async for a in b\n  ]] PASSED
551 test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[1 async for a in b\n    ]] PASSED
552 test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[1 async\n    for a in b\n    ]] PASSED
553 test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[\n    1\n    async for a in b\n    ]] PASSED
554 test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[\n    1\n    async for a\n    in b\n    ]] PASSED
555 test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[\n    1\n    async\n    for\n    a\n    in\n    b\n    ]] PASSED
556 test/test_pgen2.py::test_async_for_comprehension_newline[3.6-  [\n    1 async for a in b\n  ]] PASSED
557 test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[1 async for a in b\n    ]] PASSED
558 test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[1 async\n    for a in b\n    ]] PASSED
559 test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[\n    1\n    async for a in b\n    ]] PASSED
560 test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[\n    1\n    async for a\n    in b\n    ]] PASSED
561 test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[\n    1\n    async\n    for\n    a\n    in\n    b\n    ]] PASSED
562 test/test_pgen2.py::test_async_for_comprehension_newline[3.7-  [\n    1 async for a in b\n  ]] PASSED
563 test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[1 async for a in b\n    ]] PASSED
564 test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[1 async\n    for a in b\n    ]] PASSED
565 test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[\n    1\n    async for a in b\n    ]] PASSED
566 test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[\n    1\n    async for a\n    in b\n    ]] PASSED
567 test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[\n    1\n    async\n    for\n    a\n    in\n    b\n    ]] PASSED
568 test/test_pgen2.py::test_async_for_comprehension_newline[3.8-  [\n    1 async for a in b\n  ]] PASSED
569 test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[1 async for a in b\n    ]] PASSED
570 test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[1 async\n    for a in b\n    ]] PASSED
571 test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[\n    1\n    async for a in b\n    ]] PASSED
572 test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[\n    1\n    async for a\n    in b\n    ]] PASSED
573 test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[\n    1\n    async\n    for\n    a\n    in\n    b\n    ]] PASSED
574 test/test_pgen2.py::test_async_for_comprehension_newline[3.9-  [\n    1 async for a in b\n  ]] PASSED
575 test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[1 async for a in b\n    ]] PASSED
576 test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[1 async\n    for a in b\n    ]] PASSED
577 test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[\n    1\n    async for a in b\n    ]] PASSED
578 test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[\n    1\n    async for a\n    in b\n    ]] PASSED
579 test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[\n    1\n    async\n    for\n    a\n    in\n    b\n    ]] PASSED
580 test/test_pgen2.py::test_async_var[3.10-async = 1] PASSED
581 test/test_pgen2.py::test_async_var[3.10-await = 1] PASSED
582 test/test_pgen2.py::test_async_var[3.10-def async(): pass] PASSED
583 test/test_pgen2.py::test_async_var[3.6-async = 1] PASSED
584 test/test_pgen2.py::test_async_var[3.6-await = 1] PASSED
585 test/test_pgen2.py::test_async_var[3.6-def async(): pass] PASSED
586 test/test_pgen2.py::test_async_var[3.7-async = 1] PASSED
587 test/test_pgen2.py::test_async_var[3.7-await = 1] PASSED
588 test/test_pgen2.py::test_async_var[3.7-def async(): pass] PASSED
589 test/test_pgen2.py::test_async_var[3.8-async = 1] PASSED
590 test/test_pgen2.py::test_async_var[3.8-await = 1] PASSED
591 test/test_pgen2.py::test_async_var[3.8-def async(): pass] PASSED
592 test/test_pgen2.py::test_async_var[3.9-async = 1] PASSED
593 test/test_pgen2.py::test_async_var[3.9-await = 1] PASSED
594 test/test_pgen2.py::test_async_var[3.9-def async(): pass] PASSED
595 test/test_pgen2.py::test_async_with[3.10] PASSED
596 test/test_pgen2.py::test_async_with[3.6] PASSED
597 test/test_pgen2.py::test_async_with[3.7] PASSED
598 test/test_pgen2.py::test_async_with[3.8] PASSED
599 test/test_pgen2.py::test_async_with[3.9] PASSED
600 test/test_pgen2.py::test_async_with_invalid[3.10] PASSED
601 test/test_pgen2.py::test_async_with_invalid[3.6] PASSED
602 test/test_pgen2.py::test_async_with_invalid[3.7] PASSED
603 test/test_pgen2.py::test_async_with_invalid[3.8] PASSED
604 test/test_pgen2.py::test_async_with_invalid[3.9] PASSED
605 test/test_pgen2.py::test_await_expr[3.10] PASSED
606 test/test_pgen2.py::test_await_expr[3.6] PASSED
607 test/test_pgen2.py::test_await_expr[3.7] PASSED
608 test/test_pgen2.py::test_await_expr[3.8] PASSED
609 test/test_pgen2.py::test_await_expr[3.9] PASSED
610 test/test_pgen2.py::test_class_new_syntax[3.10] PASSED
611 test/test_pgen2.py::test_class_new_syntax[3.6] PASSED
612 test/test_pgen2.py::test_class_new_syntax[3.7] PASSED
613 test/test_pgen2.py::test_class_new_syntax[3.8] PASSED
614 test/test_pgen2.py::test_class_new_syntax[3.9] PASSED
615 test/test_pgen2.py::test_dict_unpacking[3.10] PASSED
616 test/test_pgen2.py::test_dict_unpacking[3.6] PASSED
617 test/test_pgen2.py::test_dict_unpacking[3.7] PASSED
618 test/test_pgen2.py::test_dict_unpacking[3.8] PASSED
619 test/test_pgen2.py::test_dict_unpacking[3.9] PASSED
620 test/test_pgen2.py::test_ellipsis[3.10] PASSED
621 test/test_pgen2.py::test_ellipsis[3.6] PASSED
622 test/test_pgen2.py::test_ellipsis[3.7] PASSED
623 test/test_pgen2.py::test_ellipsis[3.8] PASSED
624 test/test_pgen2.py::test_ellipsis[3.9] PASSED
625 test/test_pgen2.py::test_except_new[3.10] PASSED
626 test/test_pgen2.py::test_except_new[3.6] PASSED
627 test/test_pgen2.py::test_except_new[3.7] PASSED
628 test/test_pgen2.py::test_except_new[3.8] PASSED
629 test/test_pgen2.py::test_except_new[3.9] PASSED
630 test/test_pgen2.py::test_except_old[3.10] PASSED
631 test/test_pgen2.py::test_except_old[3.6] PASSED
632 test/test_pgen2.py::test_except_old[3.7] PASSED
633 test/test_pgen2.py::test_except_old[3.8] PASSED
634 test/test_pgen2.py::test_except_old[3.9] PASSED
635 test/test_pgen2.py::test_formfeed[3.10] PASSED
636 test/test_pgen2.py::test_formfeed[3.6] PASSED
637 test/test_pgen2.py::test_formfeed[3.7] PASSED
638 test/test_pgen2.py::test_formfeed[3.8] PASSED
639 test/test_pgen2.py::test_formfeed[3.9] PASSED
640 test/test_pgen2.py::test_left_recursion PASSED
641 test/test_pgen2.py::test_long_notation[3.10] PASSED
642 test/test_pgen2.py::test_long_notation[3.6] PASSED
643 test/test_pgen2.py::test_long_notation[3.7] PASSED
644 test/test_pgen2.py::test_long_notation[3.8] PASSED
645 test/test_pgen2.py::test_long_notation[3.9] PASSED
646 test/test_pgen2.py::test_matrix_multiplication_operator[3.10] PASSED
647 test/test_pgen2.py::test_matrix_multiplication_operator[3.6] PASSED
648 test/test_pgen2.py::test_matrix_multiplication_operator[3.7] PASSED
649 test/test_pgen2.py::test_matrix_multiplication_operator[3.8] PASSED
650 test/test_pgen2.py::test_matrix_multiplication_operator[3.9] PASSED
651 test/test_pgen2.py::test_multiline_bytes_literals[3.10] PASSED
652 test/test_pgen2.py::test_multiline_bytes_literals[3.6] PASSED
653 test/test_pgen2.py::test_multiline_bytes_literals[3.7] PASSED
654 test/test_pgen2.py::test_multiline_bytes_literals[3.8] PASSED
655 test/test_pgen2.py::test_multiline_bytes_literals[3.9] PASSED
656 test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.10] PASSED
657 test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.6] PASSED
658 test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.7] PASSED
659 test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.8] PASSED
660 test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.9] PASSED
661 test/test_pgen2.py::test_multiline_str_literals[3.10] PASSED
662 test/test_pgen2.py::test_multiline_str_literals[3.6] PASSED
663 test/test_pgen2.py::test_multiline_str_literals[3.7] PASSED
664 test/test_pgen2.py::test_multiline_str_literals[3.8] PASSED
665 test/test_pgen2.py::test_multiline_str_literals[3.9] PASSED
666 test/test_pgen2.py::test_new_binary_notation[3.10] PASSED
667 test/test_pgen2.py::test_new_binary_notation[3.6] PASSED
668 test/test_pgen2.py::test_new_binary_notation[3.7] PASSED
669 test/test_pgen2.py::test_new_binary_notation[3.8] PASSED
670 test/test_pgen2.py::test_new_binary_notation[3.9] PASSED
671 test/test_pgen2.py::test_new_octal_notation[3.10] PASSED
672 test/test_pgen2.py::test_new_octal_notation[3.6] PASSED
673 test/test_pgen2.py::test_new_octal_notation[3.7] PASSED
674 test/test_pgen2.py::test_new_octal_notation[3.8] PASSED
675 test/test_pgen2.py::test_new_octal_notation[3.9] PASSED
676 test/test_pgen2.py::test_old_octal_notation[3.10] PASSED
677 test/test_pgen2.py::test_old_octal_notation[3.6] PASSED
678 test/test_pgen2.py::test_old_octal_notation[3.7] PASSED
679 test/test_pgen2.py::test_old_octal_notation[3.8] PASSED
680 test/test_pgen2.py::test_old_octal_notation[3.9] PASSED
681 test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.10] PASSED
682 test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.6] PASSED
683 test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.7] PASSED
684 test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.8] PASSED
685 test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.9] PASSED
686 test/test_pgen2.py::test_py2_backticks[3.10] PASSED
687 test/test_pgen2.py::test_py2_backticks[3.6] PASSED
688 test/test_pgen2.py::test_py2_backticks[3.7] PASSED
689 test/test_pgen2.py::test_py2_backticks[3.8] PASSED
690 test/test_pgen2.py::test_py2_backticks[3.9] PASSED
691 test/test_pgen2.py::test_py2_string_prefixes[3.10] PASSED
692 test/test_pgen2.py::test_py2_string_prefixes[3.6] PASSED
693 test/test_pgen2.py::test_py2_string_prefixes[3.7] PASSED
694 test/test_pgen2.py::test_py2_string_prefixes[3.8] PASSED
695 test/test_pgen2.py::test_py2_string_prefixes[3.9] PASSED
696 test/test_pgen2.py::test_py3_rb[3.10] PASSED
697 test/test_pgen2.py::test_py3_rb[3.6] PASSED
698 test/test_pgen2.py::test_py3_rb[3.7] PASSED
699 test/test_pgen2.py::test_py3_rb[3.8] PASSED
700 test/test_pgen2.py::test_py3_rb[3.9] PASSED
701 test/test_pgen2.py::test_raise_2x_style_2[3.10] PASSED
702 test/test_pgen2.py::test_raise_2x_style_2[3.6] PASSED
703 test/test_pgen2.py::test_raise_2x_style_2[3.7] PASSED
704 test/test_pgen2.py::test_raise_2x_style_2[3.8] PASSED
705 test/test_pgen2.py::test_raise_2x_style_2[3.9] PASSED
706 test/test_pgen2.py::test_raise_2x_style_3[3.10] PASSED
707 test/test_pgen2.py::test_raise_2x_style_3[3.6] PASSED
708 test/test_pgen2.py::test_raise_2x_style_3[3.7] PASSED
709 test/test_pgen2.py::test_raise_2x_style_3[3.8] PASSED
710 test/test_pgen2.py::test_raise_2x_style_3[3.9] PASSED
711 test/test_pgen2.py::test_raise_2x_style_invalid_1[3.10] PASSED
712 test/test_pgen2.py::test_raise_2x_style_invalid_1[3.6] PASSED
713 test/test_pgen2.py::test_raise_2x_style_invalid_1[3.7] PASSED
714 test/test_pgen2.py::test_raise_2x_style_invalid_1[3.8] PASSED
715 test/test_pgen2.py::test_raise_2x_style_invalid_1[3.9] PASSED
716 test/test_pgen2.py::test_raise_3x_style[3.10] PASSED
717 test/test_pgen2.py::test_raise_3x_style[3.6] PASSED
718 test/test_pgen2.py::test_raise_3x_style[3.7] PASSED
719 test/test_pgen2.py::test_raise_3x_style[3.8] PASSED
720 test/test_pgen2.py::test_raise_3x_style[3.9] PASSED
721 test/test_pgen2.py::test_raise_3x_style_1[3.10] PASSED
722 test/test_pgen2.py::test_raise_3x_style_1[3.6] PASSED
723 test/test_pgen2.py::test_raise_3x_style_1[3.7] PASSED
724 test/test_pgen2.py::test_raise_3x_style_1[3.8] PASSED
725 test/test_pgen2.py::test_raise_3x_style_1[3.9] PASSED
726 test/test_pgen2.py::test_raise_3x_style_invalid_1[3.10] PASSED
727 test/test_pgen2.py::test_raise_3x_style_invalid_1[3.6] PASSED
728 test/test_pgen2.py::test_raise_3x_style_invalid_1[3.7] PASSED
729 test/test_pgen2.py::test_raise_3x_style_invalid_1[3.8] PASSED
730 test/test_pgen2.py::test_raise_3x_style_invalid_1[3.9] PASSED
731 test/test_pgen2.py::test_raise_3x_style_invalid_2[3.10] PASSED
732 test/test_pgen2.py::test_raise_3x_style_invalid_2[3.6] PASSED
733 test/test_pgen2.py::test_raise_3x_style_invalid_2[3.7] PASSED
734 test/test_pgen2.py::test_raise_3x_style_invalid_2[3.8] PASSED
735 test/test_pgen2.py::test_raise_3x_style_invalid_2[3.9] PASSED
736 test/test_pgen2.py::test_raise_3x_style_invalid_3[3.10] PASSED
737 test/test_pgen2.py::test_raise_3x_style_invalid_3[3.6] PASSED
738 test/test_pgen2.py::test_raise_3x_style_invalid_3[3.7] PASSED
739 test/test_pgen2.py::test_raise_3x_style_invalid_3[3.8] PASSED
740 test/test_pgen2.py::test_raise_3x_style_invalid_3[3.9] PASSED
741 test/test_pgen2.py::test_raise_3x_style_invalid_4[3.10] PASSED
742 test/test_pgen2.py::test_raise_3x_style_invalid_4[3.6] PASSED
743 test/test_pgen2.py::test_raise_3x_style_invalid_4[3.7] PASSED
744 test/test_pgen2.py::test_raise_3x_style_invalid_4[3.8] PASSED
745 test/test_pgen2.py::test_raise_3x_style_invalid_4[3.9] PASSED
746 test/test_pgen2.py::test_set_literal_1[3.10] PASSED
747 test/test_pgen2.py::test_set_literal_1[3.6] PASSED
748 test/test_pgen2.py::test_set_literal_1[3.7] PASSED
749 test/test_pgen2.py::test_set_literal_1[3.8] PASSED
750 test/test_pgen2.py::test_set_literal_1[3.9] PASSED
751 test/test_pgen2.py::test_set_literal_2[3.10] PASSED
752 test/test_pgen2.py::test_set_literal_2[3.6] PASSED
753 test/test_pgen2.py::test_set_literal_2[3.7] PASSED
754 test/test_pgen2.py::test_set_literal_2[3.8] PASSED
755 test/test_pgen2.py::test_set_literal_2[3.9] PASSED
756 test/test_pgen2.py::test_set_literal_3[3.10] PASSED
757 test/test_pgen2.py::test_set_literal_3[3.6] PASSED
758 test/test_pgen2.py::test_set_literal_3[3.7] PASSED
759 test/test_pgen2.py::test_set_literal_3[3.8] PASSED
760 test/test_pgen2.py::test_set_literal_3[3.9] PASSED
761 test/test_pgen2.py::test_set_literal_4[3.10] PASSED
762 test/test_pgen2.py::test_set_literal_4[3.6] PASSED
763 test/test_pgen2.py::test_set_literal_4[3.7] PASSED
764 test/test_pgen2.py::test_set_literal_4[3.8] PASSED
765 test/test_pgen2.py::test_set_literal_4[3.9] PASSED
766 test/test_pgen2.py::test_yield_from[3.10] PASSED
767 test/test_pgen2.py::test_yield_from[3.6] PASSED
768 test/test_pgen2.py::test_yield_from[3.7] PASSED
769 test/test_pgen2.py::test_yield_from[3.8] PASSED
770 test/test_pgen2.py::test_yield_from[3.9] PASSED
771 test/test_prefix.py::test_prefix_splitting_types[ \t -types5] PASSED
772 test/test_prefix.py::test_prefix_splitting_types[ \t-types4] PASSED
773 test/test_prefix.py::test_prefix_splitting_types[# -types0] PASSED
774 test/test_prefix.py::test_prefix_splitting_types[\\\n-types3] PASSED
775 test/test_prefix.py::test_prefix_splitting_types[\r\n-types1] PASSED
776 test/test_prefix.py::test_prefix_splitting_types[\ufeff # -types6] PASSED
777 test/test_prefix.py::test_prefix_splitting_types[\x0c-types2] PASSED
778 test/test_prefix.py::test_simple_prefix_splitting[  \n -tokens6] PASSED
779 test/test_prefix.py::test_simple_prefix_splitting[  \n-tokens5] PASSED
780 test/test_prefix.py::test_simple_prefix_splitting[ # -tokens2] PASSED
781 test/test_prefix.py::test_simple_prefix_splitting[ # \n-tokens3] PASSED
782 test/test_prefix.py::test_simple_prefix_splitting[ # \x0c\n-tokens4] PASSED
783 test/test_prefix.py::test_simple_prefix_splitting[ \r-tokens10] PASSED
784 test/test_prefix.py::test_simple_prefix_splitting[ \r\n-tokens9] PASSED
785 test/test_prefix.py::test_simple_prefix_splitting[ \x0c -tokens7] PASSED
786 test/test_prefix.py::test_simple_prefix_splitting[ \x0c -tokens8] PASSED
787 test/test_prefix.py::test_simple_prefix_splitting[#-tokens1] PASSED
788 test/test_prefix.py::test_simple_prefix_splitting[-tokens0] PASSED
789 test/test_prefix.py::test_simple_prefix_splitting[\\\n-tokens11] PASSED
790 test/test_prefix.py::test_simple_prefix_splitting[\\\r\n-tokens12] PASSED
791 test/test_prefix.py::test_simple_prefix_splitting[\t\t\n\t-tokens13] PASSED
792 test/test_prefix.py::test_utf8_bom PASSED
793 test/test_python_errors.py::test_continue_in_finally PASSED
794 test/test_python_errors.py::test_default_except_error_postition PASSED
795 test/test_python_errors.py::test_escape_decode_literals[3.10] PASSED
796 test/test_python_errors.py::test_escape_decode_literals[3.6] PASSED
797 test/test_python_errors.py::test_escape_decode_literals[3.7] PASSED
798 test/test_python_errors.py::test_escape_decode_literals[3.8] PASSED
799 test/test_python_errors.py::test_escape_decode_literals[3.9] PASSED
800 test/test_python_errors.py::test_forbidden_name[False-(a, *{target}), c = d] PASSED
801 test/test_python_errors.py::test_forbidden_name[False-a, b, *{target}, c = d] PASSED
802 test/test_python_errors.py::test_forbidden_name[False-a, b, {target}, c = d] PASSED
803 test/test_python_errors.py::test_forbidden_name[False-for (x, *{target}), q in y: pass] PASSED
804 test/test_python_errors.py::test_forbidden_name[False-for x, q, *{target} in y: pass] PASSED
805 test/test_python_errors.py::test_forbidden_name[False-for x, q, {target} in y: pass] PASSED
806 test/test_python_errors.py::test_forbidden_name[False-for x, {target} in y: pass] PASSED
807 test/test_python_errors.py::test_forbidden_name[None-(a, *{target}), c = d] PASSED
808 test/test_python_errors.py::test_forbidden_name[None-a, b, *{target}, c = d] PASSED
809 test/test_python_errors.py::test_forbidden_name[None-a, b, {target}, c = d] PASSED
810 test/test_python_errors.py::test_forbidden_name[None-for (x, *{target}), q in y: pass] PASSED
811 test/test_python_errors.py::test_forbidden_name[None-for x, q, *{target} in y: pass] PASSED
812 test/test_python_errors.py::test_forbidden_name[None-for x, q, {target} in y: pass] PASSED
813 test/test_python_errors.py::test_forbidden_name[None-for x, {target} in y: pass] PASSED
814 test/test_python_errors.py::test_forbidden_name[True-(a, *{target}), c = d] PASSED
815 test/test_python_errors.py::test_forbidden_name[True-a, b, *{target}, c = d] PASSED
816 test/test_python_errors.py::test_forbidden_name[True-a, b, {target}, c = d] PASSED
817 test/test_python_errors.py::test_forbidden_name[True-for (x, *{target}), q in y: pass] PASSED
818 test/test_python_errors.py::test_forbidden_name[True-for x, q, *{target} in y: pass] PASSED
819 test/test_python_errors.py::test_forbidden_name[True-for x, q, {target} in y: pass] PASSED
820 test/test_python_errors.py::test_forbidden_name[True-for x, {target} in y: pass] PASSED
821 test/test_python_errors.py::test_forbidden_name[__debug__-(a, *{target}), c = d] PASSED
822 test/test_python_errors.py::test_forbidden_name[__debug__-a, b, *{target}, c = d] PASSED
823 test/test_python_errors.py::test_forbidden_name[__debug__-a, b, {target}, c = d] PASSED
824 test/test_python_errors.py::test_forbidden_name[__debug__-for (x, *{target}), q in y: pass] PASSED
825 test/test_python_errors.py::test_forbidden_name[__debug__-for x, q, *{target} in y: pass] PASSED
826 test/test_python_errors.py::test_forbidden_name[__debug__-for x, q, {target} in y: pass] PASSED
827 test/test_python_errors.py::test_forbidden_name[__debug__-for x, {target} in y: pass] PASSED
828 test/test_python_errors.py::test_future_import_first PASSED
829 test/test_python_errors.py::test_indentation_errors[ 1-positions0] PASSED
830 test/test_python_errors.py::test_indentation_errors[def x():\n    1\n 2-positions1] PASSED
831 test/test_python_errors.py::test_indentation_errors[def x():\n 1\n  2-positions2] PASSED
832 test/test_python_errors.py::test_indentation_errors[def x():\n1-positions3] PASSED
833 test/test_python_errors.py::test_invalid_fstrings[f"\\"-invalid syntax] PASSED
834 test/test_python_errors.py::test_invalid_fstrings[f'{1+}'-invalid syntax] PASSED
835 test/test_python_errors.py::test_invalid_fstrings[fr"\\"-invalid syntax] PASSED
836 test/test_python_errors.py::test_lambda_in_comp_if[[x for x in range(10) if (lambda: 1)]-3.9-True] PASSED
837 test/test_python_errors.py::test_lambda_in_comp_if[[x for x in range(10) if lambda: 1]-3.8-True] PASSED
838 test/test_python_errors.py::test_lambda_in_comp_if[[x for x in range(10) if lambda: 1]-3.9-False] PASSED
839 test/test_python_errors.py::test_named_argument_issues[3.10] PASSED
840 test/test_python_errors.py::test_named_argument_issues[3.6] PASSED
841 test/test_python_errors.py::test_named_argument_issues[3.7] PASSED
842 test/test_python_errors.py::test_named_argument_issues[3.8] PASSED
843 test/test_python_errors.py::test_named_argument_issues[3.9] PASSED
844 test/test_python_errors.py::test_non_async_in_async PASSED
845 test/test_python_errors.py::test_paren_kwarg PASSED
846 test/test_python_errors.py::test_parenthesized_single_starred_expr[a, ((*b)), c = 1] PASSED
847 test/test_python_errors.py::test_parenthesized_single_starred_expr[a, ((*b)), c] PASSED
848 test/test_python_errors.py::test_parenthesized_single_starred_expr[a, (*b), c = 1] PASSED
849 test/test_python_errors.py::test_parenthesized_single_starred_expr[a, (*b), c] PASSED
850 test/test_python_errors.py::test_python_exception_matches[ foo] PASSED
851 test/test_python_errors.py::test_python_exception_matches["" "" = 1] PASSED
852 test/test_python_errors.py::test_python_exception_matches["" = 1] PASSED
853 test/test_python_errors.py::test_python_exception_matches["""] PASSED
854 test/test_python_errors.py::test_python_exception_matches["] PASSED
855 test/test_python_errors.py::test_python_exception_matches["s" b"" ""] PASSED
856 test/test_python_errors.py::test_python_exception_matches["s" b""] PASSED
857 test/test_python_errors.py::test_python_exception_matches["test" += 1] PASSED
858 test/test_python_errors.py::test_python_exception_matches['''] PASSED
859 test/test_python_errors.py::test_python_exception_matches['] PASSED
860 test/test_python_errors.py::test_python_exception_matches[((())): int] PASSED
861 test/test_python_errors.py::test_python_exception_matches[(()): int] PASSED
862 test/test_python_errors.py::test_python_exception_matches[((*x))] PASSED
863 test/test_python_errors.py::test_python_exception_matches[((a, b) := (1, 2))] PASSED
864 test/test_python_errors.py::test_python_exception_matches[((a[i]) := x)] PASSED
865 test/test_python_errors.py::test_python_exception_matches[((await a) := x)] PASSED
866 test/test_python_errors.py::test_python_exception_matches[((lambda: x) := 1)] PASSED
867 test/test_python_errors.py::test_python_exception_matches[(): int] PASSED
868 test/test_python_errors.py::test_python_exception_matches[(*x)] PASSED
869 test/test_python_errors.py::test_python_exception_matches[(False := 1)] PASSED
870 test/test_python_errors.py::test_python_exception_matches[(None := 1)] PASSED
871 test/test_python_errors.py::test_python_exception_matches[(True := 1)] PASSED
872 test/test_python_errors.py::test_python_exception_matches[(True,) = x] PASSED
873 test/test_python_errors.py::test_python_exception_matches[([False], a) = x] PASSED
874 test/test_python_errors.py::test_python_exception_matches[([a, b] := [1, 2])] PASSED
875 test/test_python_errors.py::test_python_exception_matches[(__debug__ := 1)] PASSED
876 test/test_python_errors.py::test_python_exception_matches[(a + b := 1)] PASSED
877 test/test_python_errors.py::test_python_exception_matches[(a if a else a) = a] PASSED
878 test/test_python_errors.py::test_python_exception_matches[(a(i) := x)] PASSED
879 test/test_python_errors.py::test_python_exception_matches[(a, b) += 3] PASSED
880 test/test_python_errors.py::test_python_exception_matches[(a, b): int] PASSED
881 test/test_python_errors.py::test_python_exception_matches[(a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a, *d) = x] PASSED
882 test/test_python_errors.py::test_python_exception_matches[(a.b := c)] PASSED
883 test/test_python_errors.py::test_python_exception_matches[(a[i] := x)] PASSED
884 test/test_python_errors.py::test_python_exception_matches[(await a := x)] PASSED
885 test/test_python_errors.py::test_python_exception_matches[(lambda: x := 1)] PASSED
886 test/test_python_errors.py::test_python_exception_matches[(x for 1 in y)] PASSED
887 test/test_python_errors.py::test_python_exception_matches[(x for x in y) = 1] PASSED
888 test/test_python_errors.py::test_python_exception_matches[(x if x else y) += 1] PASSED
889 test/test_python_errors.py::test_python_exception_matches[(x, y if a else q) += 1] PASSED
890 test/test_python_errors.py::test_python_exception_matches[(x,) += 1] PASSED
891 test/test_python_errors.py::test_python_exception_matches[(yield from x) += 1] PASSED
892 test/test_python_errors.py::test_python_exception_matches[(yield) += 1] PASSED
893 test/test_python_errors.py::test_python_exception_matches[({a, b} := {1, 2})] PASSED
894 test/test_python_errors.py::test_python_exception_matches[({a: b} := {1: 2})] PASSED
895 test/test_python_errors.py::test_python_exception_matches[*a += 1] PASSED
896 test/test_python_errors.py::test_python_exception_matches[*a = 3] PASSED
897 test/test_python_errors.py::test_python_exception_matches[*a, *b = 3, 3] PASSED
898 test/test_python_errors.py::test_python_exception_matches[*star,: int] PASSED
899 test/test_python_errors.py::test_python_exception_matches[*x; 1] PASSED
900 test/test_python_errors.py::test_python_exception_matches[*x] PASSED
901 test/test_python_errors.py::test_python_exception_matches[+a += 1] PASSED
902 test/test_python_errors.py::test_python_exception_matches[... += 1] PASSED
903 test/test_python_errors.py::test_python_exception_matches[... = 1] PASSED
904 test/test_python_errors.py::test_python_exception_matches[1 + (*x)] PASSED
905 test/test_python_errors.py::test_python_exception_matches[1 += 1] PASSED
906 test/test_python_errors.py::test_python_exception_matches[1 +] PASSED
907 test/test_python_errors.py::test_python_exception_matches[1 = 1] PASSED
908 test/test_python_errors.py::test_python_exception_matches[1 and 1 = 3] PASSED
909 test/test_python_errors.py::test_python_exception_matches[1 | 1 = 3] PASSED
910 test/test_python_errors.py::test_python_exception_matches[1**1 = 3] PASSED
911 test/test_python_errors.py::test_python_exception_matches[1.0 += 1] PASSED
912 test/test_python_errors.py::test_python_exception_matches[1; *x] PASSED
913 test/test_python_errors.py::test_python_exception_matches[1\n*x] PASSED
914 test/test_python_errors.py::test_python_exception_matches[?] PASSED
915 test/test_python_errors.py::test_python_exception_matches[None += 1] PASSED
916 test/test_python_errors.py::test_python_exception_matches[None = 1] PASSED
917 test/test_python_errors.py::test_python_exception_matches[True: int] PASSED
918 test/test_python_errors.py::test_python_exception_matches[[(i.i:= 0) for ((i), j) in range(5)]] PASSED
919 test/test_python_errors.py::test_python_exception_matches[[(i:= 0) for ((i), j) in range(5)]] PASSED
920 test/test_python_errors.py::test_python_exception_matches[[(i:= 0) for ((i), j), in range(5)]] PASSED
921 test/test_python_errors.py::test_python_exception_matches[[(i:= 0) for ((i), j.i), in range(5)]] PASSED
922 test/test_python_errors.py::test_python_exception_matches[[*[] for a in [1]]] PASSED
923 test/test_python_errors.py::test_python_exception_matches[[1 for *x in 1]] PASSED
924 test/test_python_errors.py::test_python_exception_matches[[1,2] += 1] PASSED
925 test/test_python_errors.py::test_python_exception_matches[[False and (i:= 0) for i, j in range(5)]] PASSED
926 test/test_python_errors.py::test_python_exception_matches[[[(i:= i) for j in range(5)] for i in range(5)]] PASSED
23b99a 927 test/test_python_errors.py::test_python_exception_matches[[] += 1_0] PASSED
MT 928 test/test_python_errors.py::test_python_exception_matches[[] += 1_1] PASSED
4aac30 929 test/test_python_errors.py::test_python_exception_matches[[]: int] PASSED
MT 930 test/test_python_errors.py::test_python_exception_matches[[a, 1] += 3] PASSED
931 test/test_python_errors.py::test_python_exception_matches[[a, b] += 3] PASSED
932 test/test_python_errors.py::test_python_exception_matches[[a, b]: int] PASSED
933 test/test_python_errors.py::test_python_exception_matches[[i for i, j in range(5) if True or (i:= 1)]] PASSED
934 test/test_python_errors.py::test_python_exception_matches[[i+1 for i in (i:= range(5))]] PASSED
935 test/test_python_errors.py::test_python_exception_matches[[i+1 for i in (j:= range(5))]] PASSED
936 test/test_python_errors.py::test_python_exception_matches[[i+1 for i in (lambda: (j:= range(5)))()]] PASSED
937 test/test_python_errors.py::test_python_exception_matches[[i:= 0 for i, j in range(5)]] PASSED
938 test/test_python_errors.py::test_python_exception_matches[[x for 1 in y]] PASSED
939 test/test_python_errors.py::test_python_exception_matches[[x for a, 3 in y]] PASSED
940 test/test_python_errors.py::test_python_exception_matches[[x for x in y] = 1] PASSED
941 test/test_python_errors.py::test_python_exception_matches[\\blub] PASSED
942 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    global x\n    x: foo = 3\n] PASSED
943 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x = 3\n    global x] PASSED
944 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x = 3\n    nonlocal x] PASSED
945 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x = 3\n    x.z\n    global x] PASSED
946 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x = 3\n    x.z\n    nonlocal x] PASSED
947 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x.a: foo\n    global x] PASSED
948 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x: foo = 5\n    global x] PASSED
949 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x: foo = 5\n    x\n    global x] PASSED
950 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x: foo\n    global x] PASSED
951 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x[0]: foo\n    global x] PASSED
952 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x\n    global x] PASSED
953 test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n    x\n    nonlocal x] PASSED
954 test/test_python_errors.py::test_python_exception_matches[\ndef glob(x):\n    global x\n] PASSED
955 test/test_python_errors.py::test_python_exception_matches[\ndef glob(x):\n    nonlocal x\n] PASSED
956 test/test_python_errors.py::test_python_exception_matches[\ndef x():\n    a = 4\n    def y():\n        global a\n        nonlocal a\n] PASSED
957 test/test_python_errors.py::test_python_exception_matches[\ndef x():\n    a = 4\n    def y():\n        global a\n        print(a)\n        def z():\n            nonlocal a\n] PASSED
958 test/test_python_errors.py::test_python_exception_matches[\ndef x():\n    a =3\n    def z():\n        nonlocal a\n        a = 3\n        nonlocal a\n] PASSED
959 test/test_python_errors.py::test_python_exception_matches[\ndef x():\n    def y():\n        nonlocal a\n] PASSED
960 test/test_python_errors.py::test_python_exception_matches[\ndef x():\n    nonlocal a\n] PASSED
961 test/test_python_errors.py::test_python_exception_matches[\ndef x(a):\n    def y():\n        a = 10\n        nonlocal a\n] PASSED
962 test/test_python_errors.py::test_python_exception_matches[__debug__ = 1] PASSED
963 test/test_python_errors.py::test_python_exception_matches[a + b += 1] PASSED
964 test/test_python_errors.py::test_python_exception_matches[a == b = 1] PASSED
965 test/test_python_errors.py::test_python_exception_matches[a > 1 += 1] PASSED
966 test/test_python_errors.py::test_python_exception_matches[a and b += 1] PASSED
967 test/test_python_errors.py::test_python_exception_matches[a() += 1] PASSED
968 test/test_python_errors.py::test_python_exception_matches[a, 1 = x] PASSED
969 test/test_python_errors.py::test_python_exception_matches[a, b += 1] PASSED
970 test/test_python_errors.py::test_python_exception_matches[a, b += 3] PASSED
971 test/test_python_errors.py::test_python_exception_matches[a, b: int = 3] PASSED
972 test/test_python_errors.py::test_python_exception_matches[a[b:=0:1:2]] PASSED
973 test/test_python_errors.py::test_python_exception_matches[async def bla():\n def x():  await bla()] PASSED
974 test/test_python_errors.py::test_python_exception_matches[async def foo(): await x = 3] PASSED
975 test/test_python_errors.py::test_python_exception_matches[async def foo(): del await x] PASSED
976 test/test_python_errors.py::test_python_exception_matches[async def foo(): yield from []] PASSED
23b99a 977 test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 1_0] PASSED
MT 978 test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 1_1] PASSED
4aac30 979 test/test_python_errors.py::test_python_exception_matches[b"" "" b"" ""] PASSED
23b99a 980 test/test_python_errors.py::test_python_exception_matches[b"" = 1_0] PASSED
MT 981 test/test_python_errors.py::test_python_exception_matches[b"" = 1_1] PASSED
4aac30 982 test/test_python_errors.py::test_python_exception_matches[b"\\"] PASSED
MT 983 test/test_python_errors.py::test_python_exception_matches[b"\\x"] PASSED
984 test/test_python_errors.py::test_python_exception_matches[b"\xe4"] PASSED
985 test/test_python_errors.py::test_python_exception_matches[b"s" f""] PASSED
986 test/test_python_errors.py::test_python_exception_matches[break] PASSED
987 test/test_python_errors.py::test_python_exception_matches[class Example:\n [(j := i) for i in range(5)]] PASSED
988 test/test_python_errors.py::test_python_exception_matches[class X(base for base in bases): pass] PASSED
989 test/test_python_errors.py::test_python_exception_matches[continue] PASSED
990 test/test_python_errors.py::test_python_exception_matches[def f():\n  def f():\n    def f():\n      def f():\n        def f():\n          def f():\n            def f():\n              def f():\n                def f():\n                  def f():\n                    def f():\n                      def f():\n                        def f():\n                          def f():\n                            def f():\n                              def f():\n                                def f():\n                                  def f():\n                                    def f():\n                                      def f():\n                                        def f():\n                                          def f():\n                                            def f():\n                                              def f():\n                                                def f():\n                                                  def f():\n                                                    def f():\n                                                      def f():\n                                                        def f():\n                                                          def f():\n                                                            def f():\n                                                              def f():\n                                                                def f():\n                                                                  def f():\n                                                                    def f():\n                                                                      def f():\n                                                                        def f():\n                                                                          def f():\n                                                                            def f():\n                                                                              def f():\n                                                                                def f():\n                                                                                  def f():\n                                                                                    def f():\n                                                                                      def f():\n                                                                                        def f():\n                                                                                          def f():\n                                                                                            def f():\n                                                                                              def f():\n                                                                                                def f():\n                                                                                                  def f():\n                                                                                                    def f():\n                                                                                                      def f():\n                                                                                                        def f():\n                                                                                                          def f():\n                                                                                                            def f():\n                                                                                                              def f():\n                                                                                                                def f():\n                                                                                                                  def f():\n                                                                                                                    def f():\n                                                                                                                      def f():\n                                                                                                                        def f():\n                                                                                                                          def f():\n                                                                                                                            def f():\n                                                                                                                              def f():\n                                                                                                                                def f():\n                                                                                                                                  def f():\n                                                                                                                                    def f():\n                                                                                                                                      def f():\n                                                                                                                                        def f():\n                                                                                                                                          def f():\n                                                                                                                                            def f():\n                                                                                                                                              def f():\n                                                                                                                                                def f():\n                                                                                                                                                  def f():\n                                                                                                                                                    def f():\n                                                                                                                                                      def f():\n                                                                                                                                                        def f():\n                                                                                                                                                          def f():\n                                                                                                                                                            def f():\n                                                                                                                                                              def f():\n                                                                                                                                                                def f():\n                                                                                                                                                                  def f():\n                                                                                                                                                                    def f():\n                                                                                                                                                                      def f():\n                                                                                                                                                                        def f():\n                                                                                                                                                                          def f():\n                                                                                                                                                                            def f():\n                                                                                                                                                                              def f():\n                                                                                                                                                                                def f():\n                                                                                                                                                                                  def f():\n                                                                                                                                                                                    def f():\n                                                                                                                                                                                      def f():\n                                                                                                                                                                                        def f():\n                                                                                                                                                                                          def f():\n                                                                                                                                                                                            def f():\n                                                                                                                                                                                              def f():\n                                                                                                                                                                                                def f():\n                                                                                                                                                                                                  def f():\n                                                                                                                                                                                                    def f():\n                                                                                                                                                                                                      def f():\n                                                                                                                                                                                                        pass] PASSED
991 test/test_python_errors.py::test_python_exception_matches[def f(x, x): pass] PASSED
992 test/test_python_errors.py::test_python_exception_matches[def f(x=3, y): pass] PASSED
993 test/test_python_errors.py::test_python_exception_matches[def foo(): (yield 1) = 3] PASSED
994 test/test_python_errors.py::test_python_exception_matches[def foo(): del (yield x)] PASSED
995 test/test_python_errors.py::test_python_exception_matches[def foo(): return *x] PASSED
996 test/test_python_errors.py::test_python_exception_matches[def foo(): x = yield 1 = 3] PASSED
997 test/test_python_errors.py::test_python_exception_matches[def foo(): yield *x] PASSED
998 test/test_python_errors.py::test_python_exception_matches[def x(): from math import *] PASSED
999 test/test_python_errors.py::test_python_exception_matches[def x():\n    1\n 2] PASSED
1000 test/test_python_errors.py::test_python_exception_matches[def x():\n 1\n  2] PASSED
1001 test/test_python_errors.py::test_python_exception_matches[def x(*): pass] PASSED
1002 test/test_python_errors.py::test_python_exception_matches[del (*x,)] PASSED
1003 test/test_python_errors.py::test_python_exception_matches[del (x, *[y, z])] PASSED
1004 test/test_python_errors.py::test_python_exception_matches[del *a, b] PASSED
1005 test/test_python_errors.py::test_python_exception_matches[del *x,] PASSED
1006 test/test_python_errors.py::test_python_exception_matches[del *x.y,] PASSED
1007 test/test_python_errors.py::test_python_exception_matches[del *x[y::], z] PASSED
1008 test/test_python_errors.py::test_python_exception_matches[del *x[y],] PASSED
1009 test/test_python_errors.py::test_python_exception_matches[del *x] PASSED
1010 test/test_python_errors.py::test_python_exception_matches[del ...] PASSED
1011 test/test_python_errors.py::test_python_exception_matches[del False] PASSED
1012 test/test_python_errors.py::test_python_exception_matches[del None] PASSED
1013 test/test_python_errors.py::test_python_exception_matches[del True] PASSED
1014 test/test_python_errors.py::test_python_exception_matches[del [*x]] PASSED
1015 test/test_python_errors.py::test_python_exception_matches[del [x for x in range(10)]] PASSED
1016 test/test_python_errors.py::test_python_exception_matches[del [x, *(y, [*z])]] PASSED
1017 test/test_python_errors.py::test_python_exception_matches[del bar, 1] PASSED
1018 test/test_python_errors.py::test_python_exception_matches[del x + y] PASSED
1019 test/test_python_errors.py::test_python_exception_matches[del x(y)] PASSED
1020 test/test_python_errors.py::test_python_exception_matches[del x, (y, *z)] PASSED
1021 test/test_python_errors.py::test_python_exception_matches[del x, *y] PASSED
1022 test/test_python_errors.py::test_python_exception_matches[del {x, *y}] PASSED
1023 test/test_python_errors.py::test_python_exception_matches[del {x, y}] PASSED
1024 test/test_python_errors.py::test_python_exception_matches[del {x}] PASSED
1025 test/test_python_errors.py::test_python_exception_matches[del {}] PASSED
1026 test/test_python_errors.py::test_python_exception_matches[f"s" b""] PASSED
1027 test/test_python_errors.py::test_python_exception_matches[f"xxx" += 1] PASSED
1028 test/test_python_errors.py::test_python_exception_matches[f"{#}"] PASSED
1029 test/test_python_errors.py::test_python_exception_matches[f"{'\\'}"] PASSED
1030 test/test_python_errors.py::test_python_exception_matches[f"{'\\n'}"] PASSED
1031 test/test_python_errors.py::test_python_exception_matches[f"{*x}"] PASSED
1032 test/test_python_errors.py::test_python_exception_matches[f"{\\}"] PASSED
1033 test/test_python_errors.py::test_python_exception_matches[f"{}"] PASSED
1034 test/test_python_errors.py::test_python_exception_matches[f'{"}'0] PASSED
1035 test/test_python_errors.py::test_python_exception_matches[f'{"}'1] PASSED
1036 test/test_python_errors.py::test_python_exception_matches[f'{'0] PASSED
1037 test/test_python_errors.py::test_python_exception_matches[f'{'1] PASSED
1038 test/test_python_errors.py::test_python_exception_matches[f'{1!b}'] PASSED
1039 test/test_python_errors.py::test_python_exception_matches[f'{1:{5:{3}}}'] PASSED
1040 test/test_python_errors.py::test_python_exception_matches[f'{1;1}'] PASSED
1041 test/test_python_errors.py::test_python_exception_matches[f'{1=!b}'] PASSED
1042 test/test_python_errors.py::test_python_exception_matches[f'{a;}'] PASSED
1043 test/test_python_errors.py::test_python_exception_matches[f'{b"" ""}'] PASSED
1044 test/test_python_errors.py::test_python_exception_matches[f'{continue}'] PASSED
1045 test/test_python_errors.py::test_python_exception_matches[f'}'] PASSED
1046 test/test_python_errors.py::test_python_exception_matches[f() += 1] PASSED
1047 test/test_python_errors.py::test_python_exception_matches[f(**x, *y)] PASSED
1048 test/test_python_errors.py::test_python_exception_matches[f(**x, y)] PASSED
1049 test/test_python_errors.py::test_python_exception_matches[f(**x, y=3, z)] PASSED
1050 test/test_python_errors.py::test_python_exception_matches[f(lambda: 1=1)] PASSED
1051 test/test_python_errors.py::test_python_exception_matches[f(x for x in bar, 1)] PASSED
1052 test/test_python_errors.py::test_python_exception_matches[f(x=1, x=2)] PASSED
1053 test/test_python_errors.py::test_python_exception_matches[f(x=2, y)] PASSED
1054 test/test_python_errors.py::test_python_exception_matches[foo() = 1] PASSED
1055 test/test_python_errors.py::test_python_exception_matches[foo(+a=3)] PASSED
1056 test/test_python_errors.py::test_python_exception_matches[for (not 1) in []: pass] PASSED
1057 test/test_python_errors.py::test_python_exception_matches[for *x in 1: pass] PASSED
1058 test/test_python_errors.py::test_python_exception_matches[for x, 1 in []: pass] PASSED
1059 test/test_python_errors.py::test_python_exception_matches[from .__future__ import whatever] PASSED
1060 test/test_python_errors.py::test_python_exception_matches[from __future__ import braces] PASSED
1061 test/test_python_errors.py::test_python_exception_matches[from __future__ import whatever] PASSED
1062 test/test_python_errors.py::test_python_exception_matches[from foo import a,] PASSED
1063 test/test_python_errors.py::test_python_exception_matches[if 1: blubb\nif 1:\npass\nTrue and False] PASSED
1064 test/test_python_errors.py::test_python_exception_matches[if 1:\nfoo] PASSED
1065 test/test_python_errors.py::test_python_exception_matches[lambda a: 1 = 1] PASSED
1066 test/test_python_errors.py::test_python_exception_matches[lambda x:None+=1] PASSED
1067 test/test_python_errors.py::test_python_exception_matches[lambda x=3, y: x] PASSED
1068 test/test_python_errors.py::test_python_exception_matches[nonlocal a] PASSED
1069 test/test_python_errors.py::test_python_exception_matches[not 1 = 3] PASSED
1070 test/test_python_errors.py::test_python_exception_matches[return] PASSED
1071 test/test_python_errors.py::test_python_exception_matches[u"""\\U"""] PASSED
1072 test/test_python_errors.py::test_python_exception_matches[u"\\"] PASSED
1073 test/test_python_errors.py::test_python_exception_matches[u"\\Uffffffff"] PASSED
1074 test/test_python_errors.py::test_python_exception_matches[u"\\u"] PASSED
1075 test/test_python_errors.py::test_python_exception_matches[u"\\x"] PASSED
1076 test/test_python_errors.py::test_python_exception_matches[u'''\\N{}'''] PASSED
1077 test/test_python_errors.py::test_python_exception_matches[u'\\N{foo}'] PASSED
1078 test/test_python_errors.py::test_python_exception_matches[with x as foo(): pass] PASSED
1079 test/test_python_errors.py::test_python_exception_matches[with x() as __debug__: pass] PASSED
1080 test/test_python_errors.py::test_python_exception_matches[x = *y] PASSED
1081 test/test_python_errors.py::test_python_exception_matches[x: int = *y] PASSED
1082 test/test_python_errors.py::test_python_exception_matches[yield from []] PASSED
1083 test/test_python_errors.py::test_python_exception_matches[yield] PASSED
1084 test/test_python_errors.py::test_python_exception_matches[{**{} for a in [1]}] PASSED
1085 test/test_python_errors.py::test_python_exception_matches[{*x} += 1] PASSED
1086 test/test_python_errors.py::test_python_exception_matches[{1} += 1] PASSED
1087 test/test_python_errors.py::test_python_exception_matches[{a, b} = 1] PASSED
1088 test/test_python_errors.py::test_python_exception_matches[{a: b} = 1] PASSED
1089 test/test_python_errors.py::test_python_exception_matches[{a:="a": b:=1}] PASSED
1090 test/test_python_errors.py::test_python_exception_matches[{a:b} += 1] PASSED
1091 test/test_python_errors.py::test_python_exception_matches[{x for 1 in y}] PASSED
1092 test/test_python_errors.py::test_python_exception_matches[{x for x in y} = 1] PASSED
1093 test/test_python_errors.py::test_python_exception_matches[{x:x for 1 in y}] PASSED
1094 test/test_python_errors.py::test_python_exception_matches[{x:x for x in y} = 1] PASSED
1095 test/test_python_errors.py::test_python_exception_matches[{y:=1: 2 for x in range(5)}] PASSED
1096 test/test_python_errors.py::test_python_exception_matches[{} += 1] PASSED
1097 test/test_python_errors.py::test_python_exception_matches[{}: int] PASSED
1098 test/test_python_errors.py::test_python_exception_matches[~ 1 = 3] PASSED
1099 test/test_python_errors.py::test_repeated_kwarg PASSED
1100 test/test_python_errors.py::test_starred_expr[((*z)) = 1-False] PASSED
1101 test/test_python_errors.py::test_starred_expr[(*a,) = 1-True] PASSED
1102 test/test_python_errors.py::test_starred_expr[(*a,)-True] PASSED
1103 test/test_python_errors.py::test_starred_expr[(*y) = 1-False] PASSED
1104 test/test_python_errors.py::test_starred_expr[(a, *[b, c]) = 1-True] PASSED
1105 test/test_python_errors.py::test_starred_expr[(a, *[b, c])-True] PASSED
1106 test/test_python_errors.py::test_starred_expr[*a, = 1-True] PASSED
1107 test/test_python_errors.py::test_starred_expr[*a,-True] PASSED
1108 test/test_python_errors.py::test_starred_expr[*a.b, = 1-True] PASSED
1109 test/test_python_errors.py::test_starred_expr[*a.b,-True] PASSED
1110 test/test_python_errors.py::test_starred_expr[*a[b::], c = 1-True] PASSED
1111 test/test_python_errors.py::test_starred_expr[*a[b::], c-True] PASSED
1112 test/test_python_errors.py::test_starred_expr[*a[b], = 1-True] PASSED
1113 test/test_python_errors.py::test_starred_expr[*a[b],-True] PASSED
1114 test/test_python_errors.py::test_starred_expr[*x = 2-False] PASSED
1115 test/test_python_errors.py::test_starred_expr[[*(1,2,3), *(4,5,6)]-True] PASSED
1116 test/test_python_errors.py::test_starred_expr[[*(1,2,3),]-True] PASSED
1117 test/test_python_errors.py::test_starred_expr[[*(1,2,3)]-True] PASSED
1118 test/test_python_errors.py::test_starred_expr[[*a] = 1-True] PASSED
1119 test/test_python_errors.py::test_starred_expr[[*a]-True] PASSED
1120 test/test_python_errors.py::test_starred_expr[[0, *(1,2,3)]-True] PASSED
1121 test/test_python_errors.py::test_starred_expr[[a, *(b, [*c])] = 1-True] PASSED
1122 test/test_python_errors.py::test_starred_expr[[a, *(b, [*c])]-True] PASSED
1123 test/test_python_errors.py::test_starred_expr[a, (*b, c), d = 1-True] PASSED
1124 test/test_python_errors.py::test_starred_expr[a, (*b, c), d-True] PASSED
1125 test/test_python_errors.py::test_starred_expr[a, *b = 1-True] PASSED
1126 test/test_python_errors.py::test_starred_expr[a, *b, c = 1-True] PASSED
1127 test/test_python_errors.py::test_starred_expr[a, *b, c-True] PASSED
1128 test/test_python_errors.py::test_starred_expr[a, *b-True] PASSED
1129 test/test_python_errors.py::test_starred_expr[{*(1,2,3), *(4,5,6)}-True] PASSED
1130 test/test_python_errors.py::test_starred_expr[{*(1,2,3),}-True] PASSED
1131 test/test_python_errors.py::test_starred_expr[{*(1,2,3)}-True] PASSED
1132 test/test_python_errors.py::test_starred_expr[{0, *(4,5,6)}-True] PASSED
1133 test/test_python_errors.py::test_statically_nested_blocks PASSED
1134 test/test_python_errors.py::test_syntax_errors[1 + * * 2-positions13] PASSED
1135 test/test_python_errors.py::test_syntax_errors[1 +-positions0] PASSED
1136 test/test_python_errors.py::test_syntax_errors[1 +\n-positions1] PASSED
1137 test/test_python_errors.py::test_syntax_errors[1 +\n2 +-positions2] PASSED
1138 test/test_python_errors.py::test_syntax_errors[1+?-positions7] PASSED
1139 test/test_python_errors.py::test_syntax_errors[? * ?-positions12] PASSED
1140 test/test_python_errors.py::test_syntax_errors[? ?-positions10] PASSED
1141 test/test_python_errors.py::test_syntax_errors[?-positions8] PASSED
1142 test/test_python_errors.py::test_syntax_errors[??-positions9] PASSED
1143 test/test_python_errors.py::test_syntax_errors[?\n1\n?-positions14] PASSED
1144 test/test_python_errors.py::test_syntax_errors[?\n?-positions11] PASSED
1145 test/test_python_errors.py::test_syntax_errors[[\n-positions4] PASSED
1146 test/test_python_errors.py::test_syntax_errors[[\ndef x(): pass-positions5] PASSED
1147 test/test_python_errors.py::test_syntax_errors[[\nif 1: pass-positions6] PASSED
1148 test/test_python_errors.py::test_syntax_errors[x + 2-positions3] PASSED
1149 test/test_python_errors.py::test_too_many_levels_of_indentation PASSED
1150 test/test_python_errors.py::test_trailing_comma[from foo import (\nbar,\n rab,\n)] PASSED
1151 test/test_python_errors.py::test_trailing_comma[from foo import (bar, rab, )] PASSED
1152 test/test_python_errors.py::test_unparenthesized_genexp[a((a for a in b), c)-True] PASSED
1153 test/test_python_errors.py::test_unparenthesized_genexp[a(a for a in b)-True] PASSED
1154 test/test_python_errors.py::test_unparenthesized_genexp[a(a for a in b, a)-False] PASSED
1155 test/test_python_errors.py::test_unparenthesized_genexp[a(a for a in b,)-False] PASSED
1156 test/test_python_errors.py::test_unparenthesized_genexp[a(a, a for a in b)-False] PASSED
1157 test/test_python_errors.py::test_unparenthesized_genexp[a(a, b, (a for a in b), c, d)-True] PASSED
1158 test/test_python_errors.py::test_unparenthesized_genexp[a(a, b, a for a in b, c, d)-False] PASSED
1159 test/test_python_errors.py::test_unparenthesized_genexp[a(c, (a for a in b))-True] PASSED
1160 test/test_python_errors.py::test_valid_del[del ()] PASSED
1161 test/test_python_errors.py::test_valid_del[del (x, [y, z])] PASSED
1162 test/test_python_errors.py::test_valid_del[del (x, y)] PASSED
1163 test/test_python_errors.py::test_valid_del[del []] PASSED
1164 test/test_python_errors.py::test_valid_del[del [x, y]] PASSED
1165 test/test_python_errors.py::test_valid_del[del f(x)[y::]] PASSED
1166 test/test_python_errors.py::test_valid_del[del x, y] PASSED
1167 test/test_python_errors.py::test_valid_del[del x,] PASSED
1168 test/test_python_errors.py::test_valid_del[del x.y, x[y]] PASSED
1169 test/test_python_errors.py::test_valid_del[del x[[*y]::]] PASSED
1170 test/test_python_errors.py::test_valid_del[del x[[*y]]] PASSED
1171 test/test_python_errors.py::test_valid_del[del x] PASSED
1172 test/test_python_errors.py::test_valid_empty_assignment[() = ()] PASSED
1173 test/test_python_errors.py::test_valid_empty_assignment[() = []] PASSED
1174 test/test_python_errors.py::test_valid_empty_assignment[[] = ()] PASSED
1175 test/test_python_errors.py::test_valid_empty_assignment[[] = []] PASSED
1176 test/test_python_errors.py::test_valid_fstrings[def foo(): return f"{yield 1}"] PASSED
1177 test/test_python_errors.py::test_valid_fstrings[f"\\""] PASSED
1178 test/test_python_errors.py::test_valid_fstrings[f"\\\\\\""] PASSED
1179 test/test_python_errors.py::test_valid_fstrings[f'{*args,}'] PASSED
1180 test/test_python_errors.py::test_valid_fstrings[fr"\\""] PASSED
1181 test/test_python_errors.py::test_valid_fstrings[fr"\\\\\\""] PASSED
1182 test/test_python_errors.py::test_valid_fstrings[print(f'Some {x:.2f} and some {y}')] PASSED
1183 test/test_python_errors.py::test_valid_namedexpr[[total := total + v for v in range(10)]] PASSED
1184 test/test_python_errors.py::test_valid_namedexpr[[x4 := x ** 5 for x in range(7)]] PASSED
1185 test/test_python_errors.py::test_valid_namedexpr[a = (b := 1)] PASSED
1186 test/test_python_errors.py::test_valid_namedexpr[a[(b:=0):1:2]] PASSED
1187 test/test_python_errors.py::test_valid_namedexpr[a[(b:=0)]] PASSED
1188 test/test_python_errors.py::test_valid_namedexpr[a[(b:=0, c:=0)]] PASSED
1189 test/test_python_errors.py::test_valid_namedexpr[numbers = [y := math.factorial(x), y**2, y**3]] PASSED
1190 test/test_python_errors.py::test_valid_namedexpr[while chunk := file.read(2):\n pass] PASSED
1191 test/test_python_errors.py::test_valid_namedexpr[{(a:="a"): (b:=1)}] PASSED
1192 test/test_python_errors.py::test_valid_namedexpr[{(y:=1): 2 for x in range(5)}] PASSED
1193 test/test_python_errors.py::test_valid_namedexpr_index[a[b:=0, c:=0]] PASSED
1194 test/test_python_errors.py::test_valid_namedexpr_index[a[b:=0]] PASSED
1195 test/test_python_errors.py::test_valid_namedexpr_set[{x := 1, 2, 3}] PASSED
1196 test/test_python_errors.py::test_valid_namedexpr_set[{x4 := x ** 5 for x in range(7)}] PASSED
1197 test/test_tokenize.py::test_backslash PASSED
1198 test/test_tokenize.py::test_brackets_no_indentation PASSED
1199 test/test_tokenize.py::test_carriage_return PASSED
1200 test/test_tokenize.py::test_end_pos_multi_line PASSED
1201 test/test_tokenize.py::test_end_pos_one_line PASSED
1202 test/test_tokenize.py::test_endmarker_end_pos PASSED
1203 test/test_tokenize.py::test_error_literal PASSED
1204 test/test_tokenize.py::test_error_string PASSED
1205 test/test_tokenize.py::test_error_token_after_dedent PASSED
1206 test/test_tokenize.py::test_form_feed PASSED
1207 test/test_tokenize.py::test_fstring_assignment_expression[3.10-f"{(x:=10)}"-types1] PASSED
1208 test/test_tokenize.py::test_fstring_assignment_expression[3.10-f"{x:=10}"-types0] PASSED
1209 test/test_tokenize.py::test_fstring_assignment_expression[3.8-f"{(x:=10)}"-types1] PASSED
1210 test/test_tokenize.py::test_fstring_assignment_expression[3.8-f"{x:=10}"-types0] PASSED
1211 test/test_tokenize.py::test_fstring_assignment_expression[3.9-f"{(x:=10)}"-types1] PASSED
1212 test/test_tokenize.py::test_fstring_assignment_expression[3.9-f"{x:=10}"-types0] PASSED
1213 test/test_tokenize.py::test_fstring_end_error_pos[3.10] PASSED
1214 test/test_tokenize.py::test_fstring_end_error_pos[3.8] PASSED
1215 test/test_tokenize.py::test_fstring_end_error_pos[3.9] PASSED
1216 test/test_tokenize.py::test_fstring_token_types[3.10-f" "{}-types3] PASSED
1217 test/test_tokenize.py::test_fstring_token_types[3.10-f" {}"-types2] PASSED
1218 test/test_tokenize.py::test_fstring_token_types[3.10-f"""abc\ndef"""-types7] PASSED
1219 test/test_tokenize.py::test_fstring_token_types[3.10-f"""abc{\n123}def"""-types8] PASSED
1220 test/test_tokenize.py::test_fstring_token_types[3.10-f""-types1] PASSED
1221 test/test_tokenize.py::test_fstring_token_types[3.10-f"-types0] PASSED
1222 test/test_tokenize.py::test_fstring_token_types[3.10-f"Some {x:.2f}{y}"-types6] PASSED
1223 test/test_tokenize.py::test_fstring_token_types[3.10-f"\\""-types4] PASSED
1224 test/test_tokenize.py::test_fstring_token_types[3.10-f"\\""-types5] PASSED
1225 test/test_tokenize.py::test_fstring_token_types[3.10-f"\\\n{123}\\\n"-types10] PASSED
1226 test/test_tokenize.py::test_fstring_token_types[3.10-f"abc\\\ndef"-types9] PASSED
1227 test/test_tokenize.py::test_fstring_token_types[3.10-f"abc\ndef"-types13] PASSED
1228 test/test_tokenize.py::test_fstring_token_types[3.10-f"{ ""}"-types15] PASSED
1229 test/test_tokenize.py::test_fstring_token_types[3.10-f"{ f""}"-types16] PASSED
1230 test/test_tokenize.py::test_fstring_token_types[3.10-f"{123:.2\\\nf}"-types12] PASSED
1231 test/test_tokenize.py::test_fstring_token_types[3.10-f"{\\\n123}"-types11] PASSED
1232 test/test_tokenize.py::test_fstring_token_types[3.10-print(f"Some {x:.2f}a{y}")-types14] PASSED
1233 test/test_tokenize.py::test_fstring_token_types[3.6-f" "{}-types3] PASSED
1234 test/test_tokenize.py::test_fstring_token_types[3.6-f" {}"-types2] PASSED
1235 test/test_tokenize.py::test_fstring_token_types[3.6-f"""abc\ndef"""-types7] PASSED
1236 test/test_tokenize.py::test_fstring_token_types[3.6-f"""abc{\n123}def"""-types8] PASSED
1237 test/test_tokenize.py::test_fstring_token_types[3.6-f""-types1] PASSED
1238 test/test_tokenize.py::test_fstring_token_types[3.6-f"-types0] PASSED
1239 test/test_tokenize.py::test_fstring_token_types[3.6-f"Some {x:.2f}{y}"-types6] PASSED
1240 test/test_tokenize.py::test_fstring_token_types[3.6-f"\\""-types4] PASSED
1241 test/test_tokenize.py::test_fstring_token_types[3.6-f"\\""-types5] PASSED
1242 test/test_tokenize.py::test_fstring_token_types[3.6-f"\\\n{123}\\\n"-types10] PASSED
1243 test/test_tokenize.py::test_fstring_token_types[3.6-f"abc\\\ndef"-types9] PASSED
1244 test/test_tokenize.py::test_fstring_token_types[3.6-f"abc\ndef"-types13] PASSED
1245 test/test_tokenize.py::test_fstring_token_types[3.6-f"{ ""}"-types15] PASSED
1246 test/test_tokenize.py::test_fstring_token_types[3.6-f"{ f""}"-types16] PASSED
1247 test/test_tokenize.py::test_fstring_token_types[3.6-f"{123:.2\\\nf}"-types12] PASSED
1248 test/test_tokenize.py::test_fstring_token_types[3.6-f"{\\\n123}"-types11] PASSED
1249 test/test_tokenize.py::test_fstring_token_types[3.6-print(f"Some {x:.2f}a{y}")-types14] PASSED
1250 test/test_tokenize.py::test_fstring_token_types[3.7-f" "{}-types3] PASSED
1251 test/test_tokenize.py::test_fstring_token_types[3.7-f" {}"-types2] PASSED
1252 test/test_tokenize.py::test_fstring_token_types[3.7-f"""abc\ndef"""-types7] PASSED
1253 test/test_tokenize.py::test_fstring_token_types[3.7-f"""abc{\n123}def"""-types8] PASSED
1254 test/test_tokenize.py::test_fstring_token_types[3.7-f""-types1] PASSED
1255 test/test_tokenize.py::test_fstring_token_types[3.7-f"-types0] PASSED
1256 test/test_tokenize.py::test_fstring_token_types[3.7-f"Some {x:.2f}{y}"-types6] PASSED
1257 test/test_tokenize.py::test_fstring_token_types[3.7-f"\\""-types4] PASSED
1258 test/test_tokenize.py::test_fstring_token_types[3.7-f"\\""-types5] PASSED
1259 test/test_tokenize.py::test_fstring_token_types[3.7-f"\\\n{123}\\\n"-types10] PASSED
1260 test/test_tokenize.py::test_fstring_token_types[3.7-f"abc\\\ndef"-types9] PASSED
1261 test/test_tokenize.py::test_fstring_token_types[3.7-f"abc\ndef"-types13] PASSED
1262 test/test_tokenize.py::test_fstring_token_types[3.7-f"{ ""}"-types15] PASSED
1263 test/test_tokenize.py::test_fstring_token_types[3.7-f"{ f""}"-types16] PASSED
1264 test/test_tokenize.py::test_fstring_token_types[3.7-f"{123:.2\\\nf}"-types12] PASSED
1265 test/test_tokenize.py::test_fstring_token_types[3.7-f"{\\\n123}"-types11] PASSED
1266 test/test_tokenize.py::test_fstring_token_types[3.7-print(f"Some {x:.2f}a{y}")-types14] PASSED
1267 test/test_tokenize.py::test_fstring_token_types[3.8-f" "{}-types3] PASSED
1268 test/test_tokenize.py::test_fstring_token_types[3.8-f" {}"-types2] PASSED
1269 test/test_tokenize.py::test_fstring_token_types[3.8-f"""abc\ndef"""-types7] PASSED
1270 test/test_tokenize.py::test_fstring_token_types[3.8-f"""abc{\n123}def"""-types8] PASSED
1271 test/test_tokenize.py::test_fstring_token_types[3.8-f""-types1] PASSED
1272 test/test_tokenize.py::test_fstring_token_types[3.8-f"-types0] PASSED
1273 test/test_tokenize.py::test_fstring_token_types[3.8-f"Some {x:.2f}{y}"-types6] PASSED
1274 test/test_tokenize.py::test_fstring_token_types[3.8-f"\\""-types4] PASSED
1275 test/test_tokenize.py::test_fstring_token_types[3.8-f"\\""-types5] PASSED
1276 test/test_tokenize.py::test_fstring_token_types[3.8-f"\\\n{123}\\\n"-types10] PASSED
1277 test/test_tokenize.py::test_fstring_token_types[3.8-f"abc\\\ndef"-types9] PASSED
1278 test/test_tokenize.py::test_fstring_token_types[3.8-f"abc\ndef"-types13] PASSED
1279 test/test_tokenize.py::test_fstring_token_types[3.8-f"{ ""}"-types15] PASSED
1280 test/test_tokenize.py::test_fstring_token_types[3.8-f"{ f""}"-types16] PASSED
1281 test/test_tokenize.py::test_fstring_token_types[3.8-f"{123:.2\\\nf}"-types12] PASSED
1282 test/test_tokenize.py::test_fstring_token_types[3.8-f"{\\\n123}"-types11] PASSED
1283 test/test_tokenize.py::test_fstring_token_types[3.8-print(f"Some {x:.2f}a{y}")-types14] PASSED
1284 test/test_tokenize.py::test_fstring_token_types[3.9-f" "{}-types3] PASSED
1285 test/test_tokenize.py::test_fstring_token_types[3.9-f" {}"-types2] PASSED
1286 test/test_tokenize.py::test_fstring_token_types[3.9-f"""abc\ndef"""-types7] PASSED
1287 test/test_tokenize.py::test_fstring_token_types[3.9-f"""abc{\n123}def"""-types8] PASSED
1288 test/test_tokenize.py::test_fstring_token_types[3.9-f""-types1] PASSED
1289 test/test_tokenize.py::test_fstring_token_types[3.9-f"-types0] PASSED
1290 test/test_tokenize.py::test_fstring_token_types[3.9-f"Some {x:.2f}{y}"-types6] PASSED
1291 test/test_tokenize.py::test_fstring_token_types[3.9-f"\\""-types4] PASSED
1292 test/test_tokenize.py::test_fstring_token_types[3.9-f"\\""-types5] PASSED
1293 test/test_tokenize.py::test_fstring_token_types[3.9-f"\\\n{123}\\\n"-types10] PASSED
1294 test/test_tokenize.py::test_fstring_token_types[3.9-f"abc\\\ndef"-types9] PASSED
1295 test/test_tokenize.py::test_fstring_token_types[3.9-f"abc\ndef"-types13] PASSED
1296 test/test_tokenize.py::test_fstring_token_types[3.9-f"{ ""}"-types15] PASSED
1297 test/test_tokenize.py::test_fstring_token_types[3.9-f"{ f""}"-types16] PASSED
1298 test/test_tokenize.py::test_fstring_token_types[3.9-f"{123:.2\\\nf}"-types12] PASSED
1299 test/test_tokenize.py::test_fstring_token_types[3.9-f"{\\\n123}"-types11] PASSED
1300 test/test_tokenize.py::test_fstring_token_types[3.9-print(f"Some {x:.2f}a{y}")-types14] PASSED
1301 test/test_tokenize.py::test_function_whitespace PASSED
1302 test/test_tokenize.py::test_identifier_contains_unicode PASSED
1303 test/test_tokenize.py::test_indent_error_recovery PASSED
1304 test/test_tokenize.py::test_quoted_strings PASSED
1305 test/test_tokenize.py::test_simple_no_whitespace PASSED
1306 test/test_tokenize.py::test_simple_with_whitespace PASSED
1307 test/test_tokenize.py::test_token_types[  )\n foo-types11] PASSED
1308 test/test_tokenize.py::test_token_types[  foo\n bar \n baz-types2] PASSED
1309 test/test_tokenize.py::test_token_types[  foo\n bar-types1] PASSED
1310 test/test_tokenize.py::test_token_types[ 1 \\\ndef-types13] PASSED
1311 test/test_tokenize.py::test_token_types[ \x00a-types9] PASSED
1312 test/test_tokenize.py::test_token_types[ foo-types0] PASSED
1313 test/test_tokenize.py::test_token_types[ foo\nbar-types3] PASSED
1314 test/test_tokenize.py::test_token_types[1foo1-types4] PASSED
1315 test/test_tokenize.py::test_token_types[\u0bae\u0bc6\u0bb2\u0bcd\u0bb2\u0bbf\u0ba9\u0bae\u0bcd-types5] PASSED
1316 test/test_tokenize.py::test_token_types[\xb2-types6] PASSED
1317 test/test_tokenize.py::test_token_types[\xe4\xb2\xf6-types7] PASSED
1318 test/test_tokenize.py::test_token_types[\xe4\xe4\xb2\xb9\xf6\xf6-types8] PASSED
1319 test/test_tokenize.py::test_token_types[a\n b\n  )\n c-types12] PASSED
1320 test/test_tokenize.py::test_token_types[class BaseCache:\n        a\n    def\n        b\n    def\n        c\n-types10] PASSED
1321 test/test_tokenize.py::test_tokenize_multiline_I PASSED
1322 test/test_tokenize.py::test_tokenize_multiline_II PASSED
1323 test/test_tokenize.py::test_tokenize_multiline_III PASSED
1324 test/test_tokenize.py::test_ur_literals PASSED
1325 test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\nfoo-replace] PASSED
1326 test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\nfoo-strict] PASSED
1327 test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\r\nfoo-replace] PASSED
1328 test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\r\nfoo-strict] PASSED
1329 test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\rfoo-replace] PASSED
1330 test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\rfoo-strict] PASSED
1331 test/test_utils.py::test_parse_version_string[3-version0] PASSED
1332 test/test_utils.py::test_parse_version_string[3.10-version3] PASSED
1333 test/test_utils.py::test_parse_version_string[3.10a9-version4] PASSED
1334 test/test_utils.py::test_parse_version_string[3.10b9-version5] PASSED
1335 test/test_utils.py::test_parse_version_string[3.10rc9-version6] PASSED
1336 test/test_utils.py::test_parse_version_string[3.6-version1] PASSED
1337 test/test_utils.py::test_parse_version_string[3.6.10-version2] PASSED
1338 test/test_utils.py::test_python_bytes_to_unicode_unicode_text PASSED
1339 test/test_utils.py::test_split_lines[-expected_result10-False] PASSED
1340 test/test_utils.py::test_split_lines[-expected_result11-True] PASSED
1341 test/test_utils.py::test_split_lines[\n-expected_result12-False] PASSED
1342 test/test_utils.py::test_split_lines[\n-expected_result13-True] PASSED
1343 test/test_utils.py::test_split_lines[\r-expected_result14-False] PASSED
1344 test/test_utils.py::test_split_lines[\r-expected_result15-True] PASSED
1345 test/test_utils.py::test_split_lines[\x0casd\r\n-expected_result8-False] PASSED
1346 test/test_utils.py::test_split_lines[\x0casd\r\n-expected_result9-True] PASSED
1347 test/test_utils.py::test_split_lines[\x1c-expected_result18-False] PASSED
1348 test/test_utils.py::test_split_lines[\x1c-expected_result19-True] PASSED
1349 test/test_utils.py::test_split_lines[a\x0bb-expected_result16-False] PASSED
1350 test/test_utils.py::test_split_lines[a\x0bb-expected_result17-True] PASSED
1351 test/test_utils.py::test_split_lines[asd\n-expected_result4-False] PASSED
1352 test/test_utils.py::test_split_lines[asd\n-expected_result5-True] PASSED
1353 test/test_utils.py::test_split_lines[asd\r-expected_result2-False] PASSED
1354 test/test_utils.py::test_split_lines[asd\r-expected_result3-True] PASSED
1355 test/test_utils.py::test_split_lines[asd\r\n-expected_result0-False] PASSED
1356 test/test_utils.py::test_split_lines[asd\r\n-expected_result1-True] PASSED
1357 test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result6-False] PASSED
1358 test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result7-True] PASSED
1359 test/test_utils.py::test_utf8_bom PASSED
1360
23b99a 1361 ======== 1351 passed ========