add name_full field to tree nodes to allow for easier details lookup

This commit is contained in:
Tim Buckley 2015-07-16 16:54:56 -06:00
parent cd885c8f6c
commit 514d349626
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ def reorganize(converted_test_run):
ret = {}
for entry in converted_test_run:
entry['name_full'] = entry['name']
dest_node = _descend(ret, entry['name'])
# update the dest node with info from the current entry, but hold on to