Loading scripts/parse_xml_report.py +3 −0 Original line number Diff line number Diff line Loading @@ -71,7 +71,10 @@ class TestcaseParser(dict): measures = measures_from_whole # collect existing split suffixes by evaluating one of the measures only # get one measure from set and add it back immediately m_tmp = measures.pop() measures.add(m_tmp) splits = sorted( [ k.split(SPLIT_STRING)[-1] Loading Loading
scripts/parse_xml_report.py +3 −0 Original line number Diff line number Diff line Loading @@ -71,7 +71,10 @@ class TestcaseParser(dict): measures = measures_from_whole # collect existing split suffixes by evaluating one of the measures only # get one measure from set and add it back immediately m_tmp = measures.pop() measures.add(m_tmp) splits = sorted( [ k.split(SPLIT_STRING)[-1] Loading