xrandr: update to 1.5.3
[oi-userland.git] / components / python / pycodestyle / test / results-all.master
blobd6b152f64aaeac61648549d53699f3351a0cba04
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pycodestyle --statistics pycodestyle.py
3 py$(PYV): commands[1]> python -m coverage run -m pytest tests
4 ============================= test session starts ==============================
5 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
6 cachedir: .tox/py$(PYV)/.pytest_cache
7 rootdir: $(@D)
8 collecting ... collected 768 items
10 tests/test_E101.py::E101Test::test_E101 PASSED
11 tests/test_E901.py::E901Test::test_closing_brace PASSED
12 tests/test_E901.py::E901Test::test_unclosed_brace PASSED
13 tests/test_all.py::test_own_dog_food PASSED
14 tests/test_api.py::APITestCase::test_check_nullbytes PASSED
15 tests/test_api.py::APITestCase::test_register_ast_check PASSED
16 tests/test_api.py::APITestCase::test_register_invalid_check PASSED
17 tests/test_api.py::APITestCase::test_register_logical_check PASSED
18 tests/test_api.py::APITestCase::test_register_physical_check PASSED
19 tests/test_api.py::APITestCase::test_styleguide PASSED
20 tests/test_api.py::APITestCase::test_styleguide_check_files PASSED
21 tests/test_api.py::APITestCase::test_styleguide_checks PASSED
22 tests/test_api.py::APITestCase::test_styleguide_excluded PASSED
23 tests/test_api.py::APITestCase::test_styleguide_ignore_code PASSED
24 tests/test_api.py::APITestCase::test_styleguide_init_report PASSED
25 tests/test_api.py::APITestCase::test_styleguide_options PASSED
26 tests/test_api.py::APITestCase::test_styleguide_unmatched_triple_quotes PASSED
27 tests/test_api.py::APITestCase::test_styleguides_other_indent_size PASSED
28 tests/test_blank_lines.py::TestBlankLinesDefault::test_blank_line_between_decorator PASSED
29 tests/test_blank_lines.py::TestBlankLinesDefault::test_blank_line_decorator PASSED
30 tests/test_blank_lines.py::TestBlankLinesDefault::test_initial_lines_more_blank PASSED
31 tests/test_blank_lines.py::TestBlankLinesDefault::test_initial_lines_one_blank PASSED
32 tests/test_blank_lines.py::TestBlankLinesDefault::test_initial_lines_two_blanks PASSED
33 tests/test_blank_lines.py::TestBlankLinesDefault::test_initial_no_blank PASSED
34 tests/test_blank_lines.py::TestBlankLinesDefault::test_method_fewer_follow_lines PASSED
35 tests/test_blank_lines.py::TestBlankLinesDefault::test_method_less_blank_lines PASSED
36 tests/test_blank_lines.py::TestBlankLinesDefault::test_method_less_blank_lines_comment PASSED
37 tests/test_blank_lines.py::TestBlankLinesDefault::test_method_more_blank_lines PASSED
38 tests/test_blank_lines.py::TestBlankLinesDefault::test_method_nested_fewer_follow_lines PASSED
39 tests/test_blank_lines.py::TestBlankLinesDefault::test_method_nested_less_class PASSED
40 tests/test_blank_lines.py::TestBlankLinesDefault::test_method_nested_ok PASSED
41 tests/test_blank_lines.py::TestBlankLinesDefault::test_top_level_fewer_blank_lines PASSED
42 tests/test_blank_lines.py::TestBlankLinesDefault::test_top_level_fewer_follow_lines PASSED
43 tests/test_blank_lines.py::TestBlankLinesDefault::test_top_level_fewer_follow_lines_comments PASSED
44 tests/test_blank_lines.py::TestBlankLinesDefault::test_top_level_good_follow_lines PASSED
45 tests/test_blank_lines.py::TestBlankLinesDefault::test_top_level_more_blank_lines PASSED
46 tests/test_blank_lines.py::TestBlankLinesTwisted::test_initial_lines_one_blanks PASSED
47 tests/test_blank_lines.py::TestBlankLinesTwisted::test_initial_lines_tree_blanks PASSED
48 tests/test_blank_lines.py::TestBlankLinesTwisted::test_the_right_blanks PASSED
49 tests/test_blank_lines.py::TestBlankLinesTwisted::test_top_level_fewer_blank_lines PASSED
50 tests/test_blank_lines.py::TestBlankLinesTwisted::test_top_level_more_blank_lines PASSED
51 tests/test_data.py::test[testing/data/crlf.py:1] PASSED
52 tests/test_data.py::test[testing/data/E10.py:1] PASSED
53 tests/test_data.py::test[testing/data/E10.py:25] PASSED
54 tests/test_data.py::test[testing/data/E10.py:29] PASSED
55 tests/test_data.py::test[testing/data/E10.py:36] PASSED
56 tests/test_data.py::test[testing/data/E11.py:1] PASSED
57 tests/test_data.py::test[testing/data/E11.py:4] PASSED
58 tests/test_data.py::test[testing/data/E11.py:7] PASSED
59 tests/test_data.py::test[testing/data/E11.py:10] PASSED
60 tests/test_data.py::test[testing/data/E11.py:13] PASSED
61 tests/test_data.py::test[testing/data/E11.py:17] PASSED
62 tests/test_data.py::test[testing/data/E11.py:27] PASSED
63 tests/test_data.py::test[testing/data/E11.py:37] PASSED
64 tests/test_data.py::test[testing/data/E11.py:40] PASSED
65 tests/test_data.py::test[testing/data/E12.py:1] PASSED
66 tests/test_data.py::test[testing/data/E12.py:4] PASSED
67 tests/test_data.py::test[testing/data/E12.py:7] PASSED
68 tests/test_data.py::test[testing/data/E12.py:12] PASSED
69 tests/test_data.py::test[testing/data/E12.py:16] PASSED
70 tests/test_data.py::test[testing/data/E12.py:20] PASSED
71 tests/test_data.py::test[testing/data/E12.py:23] PASSED
72 tests/test_data.py::test[testing/data/E12.py:27] PASSED
73 tests/test_data.py::test[testing/data/E12.py:30] PASSED
74 tests/test_data.py::test[testing/data/E12.py:33] PASSED
75 tests/test_data.py::test[testing/data/E12.py:36] PASSED
76 tests/test_data.py::test[testing/data/E12.py:39] PASSED
77 tests/test_data.py::test[testing/data/E12.py:42] PASSED
78 tests/test_data.py::test[testing/data/E12.py:47] PASSED
79 tests/test_data.py::test[testing/data/E12.py:52] PASSED
80 tests/test_data.py::test[testing/data/E12.py:58] PASSED
81 tests/test_data.py::test[testing/data/E12.py:62] PASSED
82 tests/test_data.py::test[testing/data/E12.py:68] PASSED
83 tests/test_data.py::test[testing/data/E12.py:72] PASSED
84 tests/test_data.py::test[testing/data/E12.py:78] PASSED
85 tests/test_data.py::test[testing/data/E12.py:82] PASSED
86 tests/test_data.py::test[testing/data/E12.py:86] PASSED
87 tests/test_data.py::test[testing/data/E12.py:91] PASSED
88 tests/test_data.py::test[testing/data/E12.py:96] PASSED
89 tests/test_data.py::test[testing/data/E12.py:102] PASSED
90 tests/test_data.py::test[testing/data/E12.py:110] PASSED
91 tests/test_data.py::test[testing/data/E12.py:115] PASSED
92 tests/test_data.py::test[testing/data/E12.py:123] PASSED
93 tests/test_data.py::test[testing/data/E12.py:128] PASSED
94 tests/test_data.py::test[testing/data/E12.py:132] PASSED
95 tests/test_data.py::test[testing/data/E12.py:136] PASSED
96 tests/test_data.py::test[testing/data/E12.py:140] PASSED
97 tests/test_data.py::test[testing/data/E12.py:147] PASSED
98 tests/test_data.py::test[testing/data/E12.py:155] PASSED
99 tests/test_data.py::test[testing/data/E12.py:160] PASSED
100 tests/test_data.py::test[testing/data/E12.py:166] PASSED
101 tests/test_data.py::test[testing/data/E12.py:170] PASSED
102 tests/test_data.py::test[testing/data/E12.py:179] PASSED
103 tests/test_data.py::test[testing/data/E12.py:186] PASSED
104 tests/test_data.py::test[testing/data/E12.py:191] PASSED
105 tests/test_data.py::test[testing/data/E12.py:196] PASSED
106 tests/test_data.py::test[testing/data/E12.py:200] PASSED
107 tests/test_data.py::test[testing/data/E12.py:203] PASSED
108 tests/test_data.py::test[testing/data/E12.py:209] PASSED
109 tests/test_data.py::test[testing/data/E12.py:213] PASSED
110 tests/test_data.py::test[testing/data/E12.py:220] PASSED
111 tests/test_data.py::test[testing/data/E12.py:229] PASSED
112 tests/test_data.py::test[testing/data/E12.py:235] PASSED
113 tests/test_data.py::test[testing/data/E12.py:240] PASSED
114 tests/test_data.py::test[testing/data/E12.py:243] PASSED
115 tests/test_data.py::test[testing/data/E12.py:249] PASSED
116 tests/test_data.py::test[testing/data/E12.py:252] PASSED
117 tests/test_data.py::test[testing/data/E12.py:255] PASSED
118 tests/test_data.py::test[testing/data/E12.py:258] PASSED
119 tests/test_data.py::test[testing/data/E12.py:261] PASSED
120 tests/test_data.py::test[testing/data/E12.py:264] PASSED
121 tests/test_data.py::test[testing/data/E12.py:267] PASSED
122 tests/test_data.py::test[testing/data/E12.py:270] PASSED
123 tests/test_data.py::test[testing/data/E12.py:273] PASSED
124 tests/test_data.py::test[testing/data/E12.py:276] PASSED
125 tests/test_data.py::test[testing/data/E12.py:279] PASSED
126 tests/test_data.py::test[testing/data/E12.py:282] PASSED
127 tests/test_data.py::test[testing/data/E12.py:285] PASSED
128 tests/test_data.py::test[testing/data/E12.py:288] PASSED
129 tests/test_data.py::test[testing/data/E12.py:294] PASSED
130 tests/test_data.py::test[testing/data/E12.py:300] PASSED
131 tests/test_data.py::test[testing/data/E12.py:304] PASSED
132 tests/test_data.py::test[testing/data/E12.py:308] PASSED
133 tests/test_data.py::test[testing/data/E12.py:311] PASSED
134 tests/test_data.py::test[testing/data/E12.py:315] PASSED
135 tests/test_data.py::test[testing/data/E12.py:328] PASSED
136 tests/test_data.py::test[testing/data/E12.py:338] PASSED
137 tests/test_data.py::test[testing/data/E12.py:348] PASSED
138 tests/test_data.py::test[testing/data/E12.py:354] PASSED
139 tests/test_data.py::test[testing/data/E12.py:359] PASSED
140 tests/test_data.py::test[testing/data/E12.py:364] PASSED
141 tests/test_data.py::test[testing/data/E12.py:370] PASSED
142 tests/test_data.py::test[testing/data/E12not.py:1] PASSED
143 tests/test_data.py::test[testing/data/E12not.py:19] PASSED
144 tests/test_data.py::test[testing/data/E12not.py:23] PASSED
145 tests/test_data.py::test[testing/data/E12not.py:110] PASSED
146 tests/test_data.py::test[testing/data/E12not.py:139] PASSED
147 tests/test_data.py::test[testing/data/E12not.py:184] PASSED
148 tests/test_data.py::test[testing/data/E12not.py:190] PASSED
149 tests/test_data.py::test[testing/data/E12not.py:195] PASSED
150 tests/test_data.py::test[testing/data/E12not.py:200] PASSED
151 tests/test_data.py::test[testing/data/E12not.py:224] PASSED
152 tests/test_data.py::test[testing/data/E12not.py:228] PASSED
153 tests/test_data.py::test[testing/data/E12not.py:231] PASSED
154 tests/test_data.py::test[testing/data/E12not.py:236] PASSED
155 tests/test_data.py::test[testing/data/E20.py:1] PASSED
156 tests/test_data.py::test[testing/data/E20.py:3] PASSED
157 tests/test_data.py::test[testing/data/E20.py:5] PASSED
158 tests/test_data.py::test[testing/data/E20.py:7] PASSED
159 tests/test_data.py::test[testing/data/E20.py:9] PASSED
160 tests/test_data.py::test[testing/data/E20.py:11] PASSED
161 tests/test_data.py::test[testing/data/E20.py:13] PASSED
162 tests/test_data.py::test[testing/data/E20.py:15] PASSED
163 tests/test_data.py::test[testing/data/E20.py:17] PASSED
164 tests/test_data.py::test[testing/data/E20.py:19] PASSED
165 tests/test_data.py::test[testing/data/E20.py:21] PASSED
166 tests/test_data.py::test[testing/data/E20.py:23] PASSED
167 tests/test_data.py::test[testing/data/E20.py:25] PASSED
168 tests/test_data.py::test[testing/data/E20.py:27] PASSED
169 tests/test_data.py::test[testing/data/E20.py:44] PASSED
170 tests/test_data.py::test[testing/data/E20.py:48] PASSED
171 tests/test_data.py::test[testing/data/E20.py:52] PASSED
172 tests/test_data.py::test[testing/data/E20.py:55] PASSED
173 tests/test_data.py::test[testing/data/E20.py:58] PASSED
174 tests/test_data.py::test[testing/data/E20.py:62] PASSED
175 tests/test_data.py::test[testing/data/E20.py:66] PASSED
176 tests/test_data.py::test[testing/data/E20.py:72] PASSED
177 tests/test_data.py::test[testing/data/E20.py:76] PASSED
178 tests/test_data.py::test[testing/data/E20.py:80] PASSED
179 tests/test_data.py::test[testing/data/E20.py:84] PASSED
180 tests/test_data.py::test[testing/data/E21.py:1] PASSED
181 tests/test_data.py::test[testing/data/E21.py:3] PASSED
182 tests/test_data.py::test[testing/data/E21.py:5] PASSED
183 tests/test_data.py::test[testing/data/E21.py:7] PASSED
184 tests/test_data.py::test[testing/data/E22.py:1] PASSED
185 tests/test_data.py::test[testing/data/E22.py:4] PASSED
186 tests/test_data.py::test[testing/data/E22.py:8] PASSED
187 tests/test_data.py::test[testing/data/E22.py:12] PASSED
188 tests/test_data.py::test[testing/data/E22.py:16] PASSED
189 tests/test_data.py::test[testing/data/E22.py:20] PASSED
190 tests/test_data.py::test[testing/data/E22.py:24] PASSED
191 tests/test_data.py::test[testing/data/E22.py:27] PASSED
192 tests/test_data.py::test[testing/data/E22.py:31] PASSED
193 tests/test_data.py::test[testing/data/E22.py:35] PASSED
194 tests/test_data.py::test[testing/data/E22.py:38] PASSED
195 tests/test_data.py::test[testing/data/E22.py:41] PASSED
196 tests/test_data.py::test[testing/data/E22.py:43] PASSED
197 tests/test_data.py::test[testing/data/E22.py:45] PASSED
198 tests/test_data.py::test[testing/data/E22.py:47] PASSED
199 tests/test_data.py::test[testing/data/E22.py:49] PASSED
200 tests/test_data.py::test[testing/data/E22.py:51] PASSED
201 tests/test_data.py::test[testing/data/E22.py:53] PASSED
202 tests/test_data.py::test[testing/data/E22.py:55] PASSED
203 tests/test_data.py::test[testing/data/E22.py:57] PASSED
204 tests/test_data.py::test[testing/data/E22.py:59] PASSED
205 tests/test_data.py::test[testing/data/E22.py:61] PASSED
206 tests/test_data.py::test[testing/data/E22.py:63] PASSED
207 tests/test_data.py::test[testing/data/E22.py:65] PASSED
208 tests/test_data.py::test[testing/data/E22.py:67] PASSED
209 tests/test_data.py::test[testing/data/E22.py:69] PASSED
210 tests/test_data.py::test[testing/data/E22.py:71] PASSED
211 tests/test_data.py::test[testing/data/E22.py:73] PASSED
212 tests/test_data.py::test[testing/data/E22.py:75] PASSED
213 tests/test_data.py::test[testing/data/E22.py:77] PASSED
214 tests/test_data.py::test[testing/data/E22.py:79] PASSED
215 tests/test_data.py::test[testing/data/E22.py:81] PASSED
216 tests/test_data.py::test[testing/data/E22.py:83] PASSED
217 tests/test_data.py::test[testing/data/E22.py:85] PASSED
218 tests/test_data.py::test[testing/data/E22.py:87] PASSED
219 tests/test_data.py::test[testing/data/E22.py:89] PASSED
220 tests/test_data.py::test[testing/data/E22.py:91] PASSED
221 tests/test_data.py::test[testing/data/E22.py:93] PASSED
222 tests/test_data.py::test[testing/data/E22.py:95] PASSED
223 tests/test_data.py::test[testing/data/E22.py:97] PASSED
224 tests/test_data.py::test[testing/data/E22.py:99] PASSED
225 tests/test_data.py::test[testing/data/E22.py:101] PASSED
226 tests/test_data.py::test[testing/data/E22.py:103] PASSED
227 tests/test_data.py::test[testing/data/E22.py:105] PASSED
228 tests/test_data.py::test[testing/data/E22.py:108] PASSED
229 tests/test_data.py::test[testing/data/E22.py:110] PASSED
230 tests/test_data.py::test[testing/data/E22.py:112] PASSED
231 tests/test_data.py::test[testing/data/E22.py:114] PASSED
232 tests/test_data.py::test[testing/data/E22.py:116] PASSED
233 tests/test_data.py::test[testing/data/E22.py:118] PASSED
234 tests/test_data.py::test[testing/data/E22.py:120] PASSED
235 tests/test_data.py::test[testing/data/E22.py:122] PASSED
236 tests/test_data.py::test[testing/data/E22.py:124] PASSED
237 tests/test_data.py::test[testing/data/E23.py:1] PASSED
238 tests/test_data.py::test[testing/data/E23.py:3] PASSED
239 tests/test_data.py::test[testing/data/E23.py:5] PASSED
240 tests/test_data.py::test[testing/data/E23.py:7] PASSED
241 tests/test_data.py::test[testing/data/E24.py:1] PASSED
242 tests/test_data.py::test[testing/data/E24.py:3] PASSED
243 tests/test_data.py::test[testing/data/E24.py:5] PASSED
244 tests/test_data.py::test[testing/data/E24.py:7] PASSED
245 tests/test_data.py::test[testing/data/E24.py:9] PASSED
246 tests/test_data.py::test[testing/data/E25.py:1] PASSED
247 tests/test_data.py::test[testing/data/E25.py:5] PASSED
248 tests/test_data.py::test[testing/data/E25.py:7] PASSED
249 tests/test_data.py::test[testing/data/E25.py:9] PASSED
250 tests/test_data.py::test[testing/data/E25.py:11] PASSED
251 tests/test_data.py::test[testing/data/E25.py:13] PASSED
252 tests/test_data.py::test[testing/data/E25.py:17] PASSED
253 tests/test_data.py::test[testing/data/E25.py:20] PASSED
254 tests/test_data.py::test[testing/data/E25.py:25] PASSED
255 tests/test_data.py::test[testing/data/E25.py:34] PASSED
256 tests/test_data.py::test[testing/data/E25.py:38] PASSED
257 tests/test_data.py::test[testing/data/E25.py:42] PASSED
258 tests/test_data.py::test[testing/data/E25.py:45] PASSED
259 tests/test_data.py::test[testing/data/E25.py:48] PASSED
260 tests/test_data.py::test[testing/data/E26.py:1] PASSED
261 tests/test_data.py::test[testing/data/E26.py:3] PASSED
262 tests/test_data.py::test[testing/data/E26.py:5] PASSED
263 tests/test_data.py::test[testing/data/E26.py:7] PASSED
264 tests/test_data.py::test[testing/data/E26.py:9] PASSED
265 tests/test_data.py::test[testing/data/E26.py:12] PASSED
266 tests/test_data.py::test[testing/data/E26.py:16] PASSED
267 tests/test_data.py::test[testing/data/E26.py:24] PASSED
268 tests/test_data.py::test[testing/data/E26.py:27] PASSED
269 tests/test_data.py::test[testing/data/E26.py:29] PASSED
270 tests/test_data.py::test[testing/data/E26.py:58] PASSED
271 tests/test_data.py::test[testing/data/E26.py:62] PASSED
272 tests/test_data.py::test[testing/data/E27.py:1] PASSED
273 tests/test_data.py::test[testing/data/E27.py:3] PASSED
274 tests/test_data.py::test[testing/data/E27.py:5] PASSED
275 tests/test_data.py::test[testing/data/E27.py:7] PASSED
276 tests/test_data.py::test[testing/data/E27.py:9] PASSED
277 tests/test_data.py::test[testing/data/E27.py:11] PASSED
278 tests/test_data.py::test[testing/data/E27.py:13] PASSED
279 tests/test_data.py::test[testing/data/E27.py:15] PASSED
280 tests/test_data.py::test[testing/data/E27.py:17] PASSED
281 tests/test_data.py::test[testing/data/E27.py:19] PASSED
282 tests/test_data.py::test[testing/data/E27.py:21] PASSED
283 tests/test_data.py::test[testing/data/E27.py:23] PASSED
284 tests/test_data.py::test[testing/data/E27.py:25] PASSED
285 tests/test_data.py::test[testing/data/E27.py:27] PASSED
286 tests/test_data.py::test[testing/data/E27.py:29] PASSED
287 tests/test_data.py::test[testing/data/E27.py:31] PASSED
288 tests/test_data.py::test[testing/data/E27.py:34] PASSED
289 tests/test_data.py::test[testing/data/E27.py:36] PASSED
290 tests/test_data.py::test[testing/data/E27.py:38] PASSED
291 tests/test_data.py::test[testing/data/E27.py:40] PASSED
292 tests/test_data.py::test[testing/data/E27.py:45] PASSED
293 tests/test_data.py::test[testing/data/E27.py:50] PASSED
294 tests/test_data.py::test[testing/data/E27.py:52] PASSED
295 tests/test_data.py::test[testing/data/E27.py:55] PASSED
296 tests/test_data.py::test[testing/data/E30.py:1] PASSED
297 tests/test_data.py::test[testing/data/E30.py:8] PASSED
298 tests/test_data.py::test[testing/data/E30.py:16] PASSED
299 tests/test_data.py::test[testing/data/E30.py:20] PASSED
300 tests/test_data.py::test[testing/data/E30.py:24] PASSED
301 tests/test_data.py::test[testing/data/E30.py:30] PASSED
302 tests/test_data.py::test[testing/data/E30.py:38] PASSED
303 tests/test_data.py::test[testing/data/E30.py:44] PASSED
304 tests/test_data.py::test[testing/data/E30.py:50] PASSED
305 tests/test_data.py::test[testing/data/E30.py:58] PASSED
306 tests/test_data.py::test[testing/data/E30.py:69] PASSED
307 tests/test_data.py::test[testing/data/E30.py:77] PASSED
308 tests/test_data.py::test[testing/data/E30.py:83] PASSED
309 tests/test_data.py::test[testing/data/E30.py:88] PASSED
310 tests/test_data.py::test[testing/data/E30.py:96] PASSED
311 tests/test_data.py::test[testing/data/E30.py:104] PASSED
312 tests/test_data.py::test[testing/data/E30.py:116] PASSED
313 tests/test_data.py::test[testing/data/E30.py:123] PASSED
314 tests/test_data.py::test[testing/data/E30.py:128] PASSED
315 tests/test_data.py::test[testing/data/E30.py:133] PASSED
316 tests/test_data.py::test[testing/data/E30.py:140] PASSED
317 tests/test_data.py::test[testing/data/E30.py:148] PASSED
318 tests/test_data.py::test[testing/data/E30.py:159] PASSED
319 tests/test_data.py::test[testing/data/E30.py:165] PASSED
320 tests/test_data.py::test[testing/data/E30.py:169] PASSED
321 tests/test_data.py::test[testing/data/E30.py:173] PASSED
322 tests/test_data.py::test[testing/data/E30.py:178] PASSED
323 tests/test_data.py::test[testing/data/E30.py:183] PASSED
324 tests/test_data.py::test[testing/data/E30not.py:1] PASSED
325 tests/test_data.py::test[testing/data/E30not.py:4] PASSED
326 tests/test_data.py::test[testing/data/E30not.py:8] PASSED
327 tests/test_data.py::test[testing/data/E30not.py:12] PASSED
328 tests/test_data.py::test[testing/data/E30not.py:16] PASSED
329 tests/test_data.py::test[testing/data/E30not.py:135] PASSED
330 tests/test_data.py::test[testing/data/E30not.py:154] PASSED
331 tests/test_data.py::test[testing/data/E30not.py:156] PASSED
332 tests/test_data.py::test[testing/data/E30not.py:158] PASSED
333 tests/test_data.py::test[testing/data/E30not.py:161] PASSED
334 tests/test_data.py::test[testing/data/E30not.py:165] PASSED
335 tests/test_data.py::test[testing/data/E30not.py:174] PASSED
336 tests/test_data.py::test[testing/data/E30not.py:180] PASSED
337 tests/test_data.py::test[testing/data/E30not.py:195] PASSED
338 tests/test_data.py::test[testing/data/E30not.py:206] PASSED
339 tests/test_data.py::test[testing/data/E30not.py:211] PASSED
340 tests/test_data.py::test[testing/data/E40.py:1] PASSED
341 tests/test_data.py::test[testing/data/E40.py:3] PASSED
342 tests/test_data.py::test[testing/data/E40.py:14] PASSED
343 tests/test_data.py::test[testing/data/E40.py:18] PASSED
344 tests/test_data.py::test[testing/data/E40.py:22] PASSED
345 tests/test_data.py::test[testing/data/E40.py:26] PASSED
346 tests/test_data.py::test[testing/data/E40.py:37] PASSED
347 tests/test_data.py::test[testing/data/E40.py:43] PASSED
348 tests/test_data.py::test[testing/data/E40.py:52] PASSED
349 tests/test_data.py::test[testing/data/E40.py:56] PASSED
350 tests/test_data.py::test[testing/data/E50.py:1] PASSED
351 tests/test_data.py::test[testing/data/E50.py:3] PASSED
352 tests/test_data.py::test[testing/data/E50.py:6] PASSED
353 tests/test_data.py::test[testing/data/E50.py:10] PASSED
354 tests/test_data.py::test[testing/data/E50.py:15] PASSED
355 tests/test_data.py::test[testing/data/E50.py:17] PASSED
356 tests/test_data.py::test[testing/data/E50.py:20] PASSED
357 tests/test_data.py::test[testing/data/E50.py:24] PASSED
358 tests/test_data.py::test[testing/data/E50.py:28] PASSED
359 tests/test_data.py::test[testing/data/E50.py:36] PASSED
360 tests/test_data.py::test[testing/data/E50.py:53] PASSED
361 tests/test_data.py::test[testing/data/E50.py:69] PASSED
362 tests/test_data.py::test[testing/data/E50.py:72] PASSED
363 tests/test_data.py::test[testing/data/E50.py:76] PASSED
364 tests/test_data.py::test[testing/data/E50.py:79] PASSED
365 tests/test_data.py::test[testing/data/E50.py:86] PASSED
366 tests/test_data.py::test[testing/data/E50.py:94] PASSED
367 tests/test_data.py::test[testing/data/E50.py:97] PASSED
368 tests/test_data.py::test[testing/data/E50.py:102] PASSED
369 tests/test_data.py::test[testing/data/E50.py:106] PASSED
370 tests/test_data.py::test[testing/data/E50.py:111] PASSED
371 tests/test_data.py::test[testing/data/E50.py:116] PASSED
372 tests/test_data.py::test[testing/data/E50.py:121] PASSED
373 tests/test_data.py::test[testing/data/E50.py:133] PASSED
374 tests/test_data.py::test[testing/data/E50.py:138] PASSED
375 tests/test_data.py::test[testing/data/E50.py:143] PASSED
376 tests/test_data.py::test[testing/data/E70.py:1] PASSED
377 tests/test_data.py::test[testing/data/E70.py:3] PASSED
378 tests/test_data.py::test[testing/data/E70.py:5] PASSED
379 tests/test_data.py::test[testing/data/E70.py:7] PASSED
380 tests/test_data.py::test[testing/data/E70.py:9] PASSED
381 tests/test_data.py::test[testing/data/E70.py:11] PASSED
382 tests/test_data.py::test[testing/data/E70.py:13] PASSED
383 tests/test_data.py::test[testing/data/E70.py:15] PASSED
384 tests/test_data.py::test[testing/data/E70.py:17] PASSED
385 tests/test_data.py::test[testing/data/E70.py:19] PASSED
386 tests/test_data.py::test[testing/data/E70.py:21] PASSED
387 tests/test_data.py::test[testing/data/E71.py:1] PASSED
388 tests/test_data.py::test[testing/data/E71.py:4] PASSED
389 tests/test_data.py::test[testing/data/E71.py:7] PASSED
390 tests/test_data.py::test[testing/data/E71.py:10] PASSED
391 tests/test_data.py::test[testing/data/E71.py:13] PASSED
392 tests/test_data.py::test[testing/data/E71.py:16] PASSED
393 tests/test_data.py::test[testing/data/E71.py:19] PASSED
394 tests/test_data.py::test[testing/data/E71.py:22] PASSED
395 tests/test_data.py::test[testing/data/E71.py:27] PASSED
396 tests/test_data.py::test[testing/data/E71.py:30] PASSED
397 tests/test_data.py::test[testing/data/E71.py:33] PASSED
398 tests/test_data.py::test[testing/data/E71.py:36] PASSED
399 tests/test_data.py::test[testing/data/E71.py:39] PASSED
400 tests/test_data.py::test[testing/data/E71.py:42] PASSED
401 tests/test_data.py::test[testing/data/E71.py:45] PASSED
402 tests/test_data.py::test[testing/data/E71.py:49] PASSED
403 tests/test_data.py::test[testing/data/E71.py:52] PASSED
404 tests/test_data.py::test[testing/data/E71.py:55] PASSED
405 tests/test_data.py::test[testing/data/E71.py:58] PASSED
406 tests/test_data.py::test[testing/data/E71.py:63] PASSED
407 tests/test_data.py::test[testing/data/E71.py:66] PASSED
408 tests/test_data.py::test[testing/data/E71.py:69] PASSED
409 tests/test_data.py::test[testing/data/E71.py:72] PASSED
410 tests/test_data.py::test[testing/data/E71.py:77] PASSED
411 tests/test_data.py::test[testing/data/E72.py:1] PASSED
412 tests/test_data.py::test[testing/data/E72.py:4] PASSED
413 tests/test_data.py::test[testing/data/E72.py:7] PASSED
414 tests/test_data.py::test[testing/data/E72.py:9] PASSED
415 tests/test_data.py::test[testing/data/E72.py:14] PASSED
416 tests/test_data.py::test[testing/data/E72.py:19] PASSED
417 tests/test_data.py::test[testing/data/E72.py:21] PASSED
418 tests/test_data.py::test[testing/data/E72.py:23] PASSED
419 tests/test_data.py::test[testing/data/E72.py:25] PASSED
420 tests/test_data.py::test[testing/data/E72.py:27] PASSED
421 tests/test_data.py::test[testing/data/E72.py:29] PASSED
422 tests/test_data.py::test[testing/data/E72.py:31] PASSED
423 tests/test_data.py::test[testing/data/E72.py:33] PASSED
424 tests/test_data.py::test[testing/data/E72.py:35] PASSED
425 tests/test_data.py::test[testing/data/E72.py:37] PASSED
426 tests/test_data.py::test[testing/data/E72.py:39] PASSED
427 tests/test_data.py::test[testing/data/E72.py:41] PASSED
428 tests/test_data.py::test[testing/data/E72.py:50] PASSED
429 tests/test_data.py::test[testing/data/E72.py:53] PASSED
430 tests/test_data.py::test[testing/data/E72.py:58] PASSED
431 tests/test_data.py::test[testing/data/E72.py:65] PASSED
432 tests/test_data.py::test[testing/data/E72.py:70] PASSED
433 tests/test_data.py::test[testing/data/E72.py:81] PASSED
434 tests/test_data.py::test[testing/data/E72.py:86] PASSED
435 tests/test_data.py::test[testing/data/E73.py:1] PASSED
436 tests/test_data.py::test[testing/data/E73.py:3] PASSED
437 tests/test_data.py::test[testing/data/E73.py:5] PASSED
438 tests/test_data.py::test[testing/data/E73.py:8] PASSED
439 tests/test_data.py::test[testing/data/E74.py:1] PASSED
440 tests/test_data.py::test[testing/data/E74.py:3] PASSED
441 tests/test_data.py::test[testing/data/E74.py:5] PASSED
442 tests/test_data.py::test[testing/data/E74.py:9] PASSED
443 tests/test_data.py::test[testing/data/E90.py:1] PASSED
444 tests/test_data.py::test[testing/data/E90.py:3] PASSED
445 tests/test_data.py::test[testing/data/E90.py:9] PASSED
446 tests/test_data.py::test[testing/data/latin-1.py:1] PASSED
447 tests/test_data.py::test[testing/data/noqa.py:1] PASSED
448 tests/test_data.py::test[testing/data/python3.py:1] PASSED
449 tests/test_data.py::test[testing/data/python35.py:1] PASSED
450 tests/test_data.py::test[testing/data/python35.py:4] PASSED
451 tests/test_data.py::test[testing/data/python36.py:1] PASSED
452 tests/test_data.py::test[testing/data/python38.py:1] PASSED
453 tests/test_data.py::test[testing/data/python38.py:19] PASSED
454 tests/test_data.py::test[testing/data/python38.py:25] PASSED
455 tests/test_data.py::test[testing/data/python38.py:28] PASSED
456 tests/test_data.py::test[testing/data/python38.py:31] PASSED
457 tests/test_data.py::test[testing/data/python38.py:39] PASSED
458 tests/test_data.py::test[testing/data/python38.py:45] PASSED
459 tests/test_data.py::test[testing/data/python38.py:50] PASSED
460 tests/test_data.py::test[testing/data/python38.py:53] PASSED
461 tests/test_data.py::test[testing/data/python38.py:56] PASSED
462 tests/test_data.py::test[testing/data/python38.py:59] PASSED
463 tests/test_data.py::test[testing/data/python38.py:62] PASSED
464 tests/test_data.py::test[testing/data/python39.py:1] PASSED
465 tests/test_data.py::test[testing/data/python310.py:1] SKIPPED (requi...)
466 tests/test_data.py::test[testing/data/python310.py:10] SKIPPED (requ...)
467 tests/test_data.py::test[testing/data/python311.py:1] SKIPPED (requi...)
468 tests/test_data.py::test[testing/data/python311.py:6] SKIPPED (requi...)
469 tests/test_data.py::test[testing/data/python312.py:1] SKIPPED (requi...)
470 tests/test_data.py::test[testing/data/python312.py:10] SKIPPED (requ...)
471 tests/test_data.py::test[testing/data/python312.py:15] SKIPPED (requ...)
472 tests/test_data.py::test[testing/data/python312.py:23] SKIPPED (requ...)
473 tests/test_data.py::test[testing/data/python312.py:28] SKIPPED (requ...)
474 tests/test_data.py::test[testing/data/python312.py:30] SKIPPED (requ...)
475 tests/test_data.py::test[testing/data/utf-8-bom.py:1] PASSED
476 tests/test_data.py::test[testing/data/utf-8.py:1] PASSED
477 tests/test_data.py::test[testing/data/utf-8.py:24] PASSED
478 tests/test_data.py::test[testing/data/utf-8.py:28] PASSED
479 tests/test_data.py::test[testing/data/utf-8.py:32] PASSED
480 tests/test_data.py::test[testing/data/W19.py:1] PASSED
481 tests/test_data.py::test[testing/data/W19.py:4] PASSED
482 tests/test_data.py::test[testing/data/W19.py:7] PASSED
483 tests/test_data.py::test[testing/data/W19.py:14] PASSED
484 tests/test_data.py::test[testing/data/W19.py:19] PASSED
485 tests/test_data.py::test[testing/data/W19.py:24] PASSED
486 tests/test_data.py::test[testing/data/W19.py:28] PASSED
487 tests/test_data.py::test[testing/data/W19.py:34] PASSED
488 tests/test_data.py::test[testing/data/W19.py:39] PASSED
489 tests/test_data.py::test[testing/data/W19.py:46] PASSED
490 tests/test_data.py::test[testing/data/W19.py:50] PASSED
491 tests/test_data.py::test[testing/data/W19.py:59] PASSED
492 tests/test_data.py::test[testing/data/W19.py:65] PASSED
493 tests/test_data.py::test[testing/data/W19.py:70] PASSED
494 tests/test_data.py::test[testing/data/W19.py:75] PASSED
495 tests/test_data.py::test[testing/data/W19.py:80] PASSED
496 tests/test_data.py::test[testing/data/W19.py:87] PASSED
497 tests/test_data.py::test[testing/data/W19.py:91] PASSED
498 tests/test_data.py::test[testing/data/W19.py:94] PASSED
499 tests/test_data.py::test[testing/data/W19.py:99] PASSED
500 tests/test_data.py::test[testing/data/W19.py:107] PASSED
501 tests/test_data.py::test[testing/data/W19.py:113] PASSED
502 tests/test_data.py::test[testing/data/W19.py:120] PASSED
503 tests/test_data.py::test[testing/data/W19.py:125] PASSED
504 tests/test_data.py::test[testing/data/W19.py:132] PASSED
505 tests/test_data.py::test[testing/data/W29.py:1] PASSED
506 tests/test_data.py::test[testing/data/W29.py:3] PASSED
507 tests/test_data.py::test[testing/data/W29.py:5] PASSED
508 tests/test_data.py::test[testing/data/W29.py:9] PASSED
509 tests/test_data.py::test[testing/data/W29.py:12] PASSED
510 tests/test_data.py::test[testing/data/W29.py:14] PASSED
511 tests/test_data.py::test[testing/data/W29.py:17] PASSED
512 tests/test_data.py::test[testing/data/W29.py:19] PASSED
513 tests/test_data.py::test[testing/data/W29.py:21] PASSED
514 tests/test_data.py::test[testing/data/W39.py:1] PASSED
515 tests/test_data.py::test[testing/data/W39.py:4] PASSED
516 tests/test_data.py::test[testing/data/W39.py:8] PASSED
517 tests/test_data.py::test[testing/data/W39.py:13] PASSED
518 tests/test_data.py::test[testing/data/W60.py:1] PASSED
519 tests/test_data.py::test[testing/data/W60.py:3] PASSED
520 tests/test_data.py::test[testing/data/W60.py:7] PASSED
521 tests/test_data.py::test[testing/data/W60.py:11] PASSED
522 tests/test_data.py::test[testing/data/W60.py:18] PASSED
523 tests/test_data.py::test[testing/data/W60.py:20] PASSED
524 tests/test_parser.py::ParserTestCase::test_multiline_ignore_parsing PASSED
525 tests/test_parser.py::ParserTestCase::test_multiline_trailing_comma_ignore_parsing PASSED
526 tests/test_parser.py::ParserTestCase::test_trailing_comma_ignore_parsing PASSED
527 tests/test_parser.py::ParserTestCase::test_vanilla_ignore_parsing PASSED
528 tests/test_pycodestyle.py::test_expand_indent[    -4] PASSED
529 tests/test_pycodestyle.py::test_expand_indent[\t-8] PASSED
530 tests/test_pycodestyle.py::test_expand_indent[       \t-8] PASSED
531 tests/test_pycodestyle.py::test_expand_indent[        \t-16] PASSED
532 tests/test_pycodestyle.py::test_mute_string["abc"-"xxx"] PASSED
533 tests/test_pycodestyle.py::test_mute_string['''abc'''-'''xxx'''] PASSED
534 tests/test_pycodestyle.py::test_mute_string[r'abc'-r'xxx'] PASSED
535 tests/test_pycodestyle.py::test_fstring_logical_line PASSED
536 tests/test_self_doctests.py::test[pycodestyle.py:193:tabs_or_spaces@0] PASSED
537 tests/test_self_doctests.py::test[pycodestyle.py:213:tabs_obsolete@0] PASSED
538 tests/test_self_doctests.py::test[pycodestyle.py:213:tabs_obsolete@1] PASSED
539 tests/test_self_doctests.py::test[pycodestyle.py:225:trailing_whitespace@0] PASSED
540 tests/test_self_doctests.py::test[pycodestyle.py:225:trailing_whitespace@1] PASSED
541 tests/test_self_doctests.py::test[pycodestyle.py:225:trailing_whitespace@2] PASSED
542 tests/test_self_doctests.py::test[pycodestyle.py:247:trailing_blank_lines@0] PASSED
543 tests/test_self_doctests.py::test[pycodestyle.py:247:trailing_blank_lines@1] PASSED
544 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@0] PASSED
545 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@1] PASSED
546 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@2] PASSED
547 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@3] PASSED
548 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@4] PASSED
549 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@5] PASSED
550 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@6] PASSED
551 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@7] PASSED
552 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@8] PASSED
553 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@9] PASSED
554 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@10] PASSED
555 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@11] PASSED
556 tests/test_self_doctests.py::test[pycodestyle.py:337:blank_lines@12] PASSED
557 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@0] PASSED
558 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@1] PASSED
559 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@2] PASSED
560 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@3] PASSED
561 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@4] PASSED
562 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@5] PASSED
563 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@6] PASSED
564 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@7] PASSED
565 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@8] PASSED
566 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@9] PASSED
567 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@10] PASSED
568 tests/test_self_doctests.py::test[pycodestyle.py:423:extraneous_whitespace@11] PASSED
569 tests/test_self_doctests.py::test[pycodestyle.py:462:whitespace_around_keywords@0] PASSED
570 tests/test_self_doctests.py::test[pycodestyle.py:462:whitespace_around_keywords@1] PASSED
571 tests/test_self_doctests.py::test[pycodestyle.py:462:whitespace_around_keywords@2] PASSED
572 tests/test_self_doctests.py::test[pycodestyle.py:462:whitespace_around_keywords@3] PASSED
573 tests/test_self_doctests.py::test[pycodestyle.py:462:whitespace_around_keywords@4] PASSED
574 tests/test_self_doctests.py::test[pycodestyle.py:486:missing_whitespace_after_keyword@0] PASSED
575 tests/test_self_doctests.py::test[pycodestyle.py:486:missing_whitespace_after_keyword@1] PASSED
576 tests/test_self_doctests.py::test[pycodestyle.py:486:missing_whitespace_after_keyword@2] PASSED
577 tests/test_self_doctests.py::test[pycodestyle.py:486:missing_whitespace_after_keyword@3] PASSED
578 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@0] PASSED
579 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@1] PASSED
580 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@2] PASSED
581 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@3] PASSED
582 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@4] PASSED
583 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@5] PASSED
584 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@6] PASSED
585 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@7] PASSED
586 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@8] PASSED
587 tests/test_self_doctests.py::test[pycodestyle.py:509:indentation@9] PASSED
588 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@0] PASSED
589 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@1] PASSED
590 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@2] PASSED
591 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@3] PASSED
592 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@4] PASSED
593 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@5] PASSED
594 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@6] PASSED
595 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@7] PASSED
596 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@8] PASSED
597 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@9] PASSED
598 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@10] PASSED
599 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@11] PASSED
600 tests/test_self_doctests.py::test[pycodestyle.py:551:continued_indentation@12] PASSED
601 tests/test_self_doctests.py::test[pycodestyle.py:757:whitespace_before_parameters@0] PASSED
602 tests/test_self_doctests.py::test[pycodestyle.py:757:whitespace_before_parameters@1] PASSED
603 tests/test_self_doctests.py::test[pycodestyle.py:757:whitespace_before_parameters@2] PASSED
604 tests/test_self_doctests.py::test[pycodestyle.py:757:whitespace_before_parameters@3] PASSED
605 tests/test_self_doctests.py::test[pycodestyle.py:757:whitespace_before_parameters@4] PASSED
606 tests/test_self_doctests.py::test[pycodestyle.py:798:whitespace_around_operator@0] PASSED
607 tests/test_self_doctests.py::test[pycodestyle.py:798:whitespace_around_operator@1] PASSED
608 tests/test_self_doctests.py::test[pycodestyle.py:798:whitespace_around_operator@2] PASSED
609 tests/test_self_doctests.py::test[pycodestyle.py:798:whitespace_around_operator@3] PASSED
610 tests/test_self_doctests.py::test[pycodestyle.py:798:whitespace_around_operator@4] PASSED
611 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@0] PASSED
612 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@1] PASSED
613 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@2] PASSED
614 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@3] PASSED
615 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@4] PASSED
616 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@5] PASSED
617 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@6] PASSED
618 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@7] PASSED
619 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@8] PASSED
620 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@9] PASSED
621 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@10] PASSED
622 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@11] PASSED
623 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@12] PASSED
624 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@13] PASSED
625 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@14] PASSED
626 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@15] PASSED
627 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@16] PASSED
628 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@17] PASSED
629 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@18] PASSED
630 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@19] PASSED
631 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@20] PASSED
632 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@21] PASSED
633 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@22] PASSED
634 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@23] PASSED
635 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@24] PASSED
636 tests/test_self_doctests.py::test[pycodestyle.py:822:missing_whitespace@25] PASSED
637 tests/test_self_doctests.py::test[pycodestyle.py:983:whitespace_around_comma@0] PASSED
638 tests/test_self_doctests.py::test[pycodestyle.py:983:whitespace_around_comma@1] PASSED
639 tests/test_self_doctests.py::test[pycodestyle.py:983:whitespace_around_comma@2] PASSED
640 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@0] PASSED
641 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@1] PASSED
642 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@2] PASSED
643 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@3] PASSED
644 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@4] PASSED
645 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@5] PASSED
646 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@6] PASSED
647 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@7] PASSED
648 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@8] PASSED
649 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@9] PASSED
650 tests/test_self_doctests.py::test[pycodestyle.py:1002:whitespace_around_named_parameter_equals@10] PASSED
651 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@0] PASSED
652 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@1] PASSED
653 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@2] PASSED
654 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@3] PASSED
655 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@4] PASSED
656 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@5] PASSED
657 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@6] PASSED
658 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@7] PASSED
659 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@8] PASSED
660 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@9] PASSED
661 tests/test_self_doctests.py::test[pycodestyle.py:1068:whitespace_before_comment@10] PASSED
662 tests/test_self_doctests.py::test[pycodestyle.py:1113:imports_on_separate_lines@0] PASSED
663 tests/test_self_doctests.py::test[pycodestyle.py:1113:imports_on_separate_lines@1] PASSED
664 tests/test_self_doctests.py::test[pycodestyle.py:1113:imports_on_separate_lines@2] PASSED
665 tests/test_self_doctests.py::test[pycodestyle.py:1113:imports_on_separate_lines@3] PASSED
666 tests/test_self_doctests.py::test[pycodestyle.py:1113:imports_on_separate_lines@4] PASSED
667 tests/test_self_doctests.py::test[pycodestyle.py:1113:imports_on_separate_lines@5] PASSED
668 tests/test_self_doctests.py::test[pycodestyle.py:1113:imports_on_separate_lines@6] PASSED
669 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@0] PASSED
670 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@1] PASSED
671 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@2] PASSED
672 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@3] PASSED
673 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@4] PASSED
674 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@5] PASSED
675 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@6] PASSED
676 tests/test_self_doctests.py::test[pycodestyle.py:1133:module_imports_on_top_of_file@7] PASSED
677 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@0] PASSED
678 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@1] PASSED
679 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@2] PASSED
680 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@3] PASSED
681 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@4] PASSED
682 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@5] PASSED
683 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@6] PASSED
684 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@7] PASSED
685 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@8] PASSED
686 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@9] PASSED
687 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@10] PASSED
688 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@11] PASSED
689 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@12] PASSED
690 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@13] PASSED
691 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@14] PASSED
692 tests/test_self_doctests.py::test[pycodestyle.py:1188:compound_statements@15] PASSED
693 tests/test_self_doctests.py::test[pycodestyle.py:1253:explicit_line_join@0] PASSED
694 tests/test_self_doctests.py::test[pycodestyle.py:1253:explicit_line_join@1] PASSED
695 tests/test_self_doctests.py::test[pycodestyle.py:1253:explicit_line_join@2] PASSED
696 tests/test_self_doctests.py::test[pycodestyle.py:1253:explicit_line_join@3] PASSED
697 tests/test_self_doctests.py::test[pycodestyle.py:1253:explicit_line_join@4] PASSED
698 tests/test_self_doctests.py::test[pycodestyle.py:1253:explicit_line_join@5] PASSED
699 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@0] PASSED
700 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@1] PASSED
701 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@2] PASSED
702 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@3] PASSED
703 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@4] PASSED
704 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@5] PASSED
705 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@6] PASSED
706 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@7] PASSED
707 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@8] PASSED
708 tests/test_self_doctests.py::test[pycodestyle.py:1337:break_before_binary_operator@9] PASSED
709 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@0] PASSED
710 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@1] PASSED
711 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@2] PASSED
712 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@3] PASSED
713 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@4] PASSED
714 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@5] PASSED
715 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@6] PASSED
716 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@7] PASSED
717 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@8] PASSED
718 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@9] PASSED
719 tests/test_self_doctests.py::test[pycodestyle.py:1367:break_after_binary_operator@10] PASSED
720 tests/test_self_doctests.py::test[pycodestyle.py:1402:comparison_to_singleton@0] PASSED
721 tests/test_self_doctests.py::test[pycodestyle.py:1402:comparison_to_singleton@1] PASSED
722 tests/test_self_doctests.py::test[pycodestyle.py:1402:comparison_to_singleton@2] PASSED
723 tests/test_self_doctests.py::test[pycodestyle.py:1402:comparison_to_singleton@3] PASSED
724 tests/test_self_doctests.py::test[pycodestyle.py:1402:comparison_to_singleton@4] PASSED
725 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@0] PASSED
726 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@1] PASSED
727 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@2] PASSED
728 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@3] PASSED
729 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@4] PASSED
730 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@5] PASSED
731 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@6] PASSED
732 tests/test_self_doctests.py::test[pycodestyle.py:1439:comparison_negative@7] PASSED
733 tests/test_self_doctests.py::test[pycodestyle.py:1461:comparison_type@0] PASSED
734 tests/test_self_doctests.py::test[pycodestyle.py:1461:comparison_type@1] PASSED
735 tests/test_self_doctests.py::test[pycodestyle.py:1461:comparison_type@2] PASSED
736 tests/test_self_doctests.py::test[pycodestyle.py:1483:bare_except@0] PASSED
737 tests/test_self_doctests.py::test[pycodestyle.py:1483:bare_except@1] PASSED
738 tests/test_self_doctests.py::test[pycodestyle.py:1483:bare_except@2] PASSED
739 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@0] PASSED
740 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@1] PASSED
741 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@2] PASSED
742 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@3] PASSED
743 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@4] PASSED
744 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@5] PASSED
745 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@6] PASSED
746 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@7] PASSED
747 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@8] PASSED
748 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@9] PASSED
749 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@10] PASSED
750 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@11] PASSED
751 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@12] PASSED
752 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@13] PASSED
753 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@14] PASSED
754 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@15] PASSED
755 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@16] PASSED
756 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@17] PASSED
757 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@18] PASSED
758 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@19] PASSED
759 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@20] PASSED
760 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@21] PASSED
761 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@22] PASSED
762 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@23] PASSED
763 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@24] PASSED
764 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@25] PASSED
765 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@26] PASSED
766 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@27] PASSED
767 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@28] PASSED
768 tests/test_self_doctests.py::test[pycodestyle.py:1500:ambiguous_identifier@29] PASSED
769 tests/test_self_doctests.py::test[pycodestyle.py:1600:python_3000_invalid_escape_sequence@0] PASSED
770 tests/test_self_doctests.py::test[pycodestyle.py:1600:python_3000_invalid_escape_sequence@1] PASSED
771 tests/test_shell.py::ShellTestCase::test_check_diff PASSED
772 tests/test_shell.py::ShellTestCase::test_check_noarg PASSED
773 tests/test_shell.py::ShellTestCase::test_check_non_existent PASSED
774 tests/test_shell.py::ShellTestCase::test_check_simple PASSED
775 tests/test_shell.py::ShellTestCase::test_check_stdin PASSED
776 tests/test_shell.py::ShellTestCase::test_print_usage PASSED
777 tests/test_util.py::UtilTestCase::test_normalize_paths PASSED
779 ======== 758 passed, 10 skipped ========
780 py$(PYV): commands[2]> python -m coverage report
781 Name             Stmts   Miss Branch BrPart  Cover   Missing
782 ------------------------------------------------------------
783 pycodestyle.py    1327     85    789     49    92%   83-84, 183->186, 292->exit, 304, 309, 398->404, 402->398, 610, 623, 652, 695, 719, 735->739, 952, 1475, 1721-1722, 1727, 1772->1774, 1817, 1880-1883, 1987, 1990, 2017-2018, 2104-2108, 2172, 2180, 2182, 2193, 2204, 2209-2210, 2214-2217, 2248->2251, 2263-2268, 2270, 2350, 2351->2348, 2354, 2361, 2368-2388, 2396, 2401, 2412->exit, 2515-2517, 2524-2525, 2530, 2537-2538, 2549-2550, 2552, 2559, 2563, 2578->2580, 2580->2589, 2598, 2645->exit, 2646-2647, 2655, 2658, 2662
784 ------------------------------------------------------------
785 TOTAL             2005     85    861     49    94%
787 14 files skipped due to complete coverage.
788   py$(PYV): OK
789   congratulations :)