Searched refs:need_update_attributes (Results 1 – 4 of 4) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/report/ |
D | repeater_helper.py | 60 need_update_attributes = \ 67 for update_attribute in need_update_attributes:
|
D | suite_reporter.py | 123 test_suites_element, test_suites_attributes, need_update_attributes = \ 135 for need_update_attribute in need_update_attributes: 171 need_update_attributes = [ 180 return test_suites_element, test_suites_attributes, need_update_attributes
|
D | result_reporter.py | 433 test_suites_attributes, need_update_attributes = \ 466 for update_attribute in need_update_attributes: 549 need_update_attributes = [ReportConstant.tests, ReportConstant.ignored, 554 return test_suites_attributes, need_update_attributes
|
D | reporter_helper.py | 208 need_update_attributes = [ReportConstant.tests, ReportConstant.errors, 240 need_update_attributes) 261 need_update_attributes): argument 262 for attribute in need_update_attributes:
|