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", "Y120", |
24 "Y117", "Y118", "Y119", "Y120", |
25 |
25 |
26 # Comparations |
26 # Comparations |
27 "Y201" |
27 "Y201", "Y202", "Y203", "Y204", "Y205", "Y206", "Y207", "Y208", |
|
28 "Y211", "Y212", "Y213", |
|
29 "Y221", "Y222", "Y223", "Y224", |
|
30 |
|
31 # Opinionated |
|
32 "Y301", |
28 ] |
33 ] |
29 |
34 |
30 def __init__(self, source, filename, selected, ignored, expected, repeat): |
35 def __init__(self, source, filename, selected, ignored, expected, repeat): |
31 """ |
36 """ |
32 Constructor |
37 Constructor |