19 """ |
19 """ |
20 Codes = [ |
20 Codes = [ |
21 # Python-specifics |
21 # Python-specifics |
22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108", |
22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108", |
23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116", |
23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116", |
|
24 "Y117", "Y118", "Y119" |
24 |
25 |
25 # Comparations |
26 # Comparations |
26 ] |
27 ] |
27 |
28 |
28 def __init__(self, source, filename, selected, ignored, expected, repeat): |
29 def __init__(self, source, filename, selected, ignored, expected, repeat): |