(node, mutant)
| 289 | doc.appendChild(fittings) |
| 290 | |
| 291 | def addMutantAttributes(node, mutant): |
| 292 | node.setAttribute("base_type", mutant.baseItem.name) |
| 293 | node.setAttribute("mutaplasmid", mutant.mutaplasmid.item.name) |
| 294 | node.setAttribute("mutated_attrs", renderMutantAttrs(mutant)) |
| 295 | |
| 296 | for i, fit in enumerate(fits): |
| 297 | if progress: |
no test coverage detected