Home
last modified time | relevance | path

Searched refs:need_update_attributes (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
Drepeater_helper.py60 need_update_attributes = \
67 for update_attribute in need_update_attributes:
Dsuite_reporter.py123 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
Dresult_reporter.py433 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
Dreporter_helper.py208 need_update_attributes = [ReportConstant.tests, ReportConstant.errors,
240 need_update_attributes)
261 need_update_attributes): argument
262 for attribute in need_update_attributes: