Requirement | {% for testId in input_dict.tests %} {{ testId }} |
{% endfor %}
Comment | |||
---|---|---|---|---|---|
{{ requirement }} | {% for testId in input_dict.tests %} {% if testId in input_dict.requirement_coverage[requirement]["fully_tested_by"] %}C | {% elif testId in input_dict.requirement_coverage[requirement]["partially_tested_by"] %}P | {% else %}{% endif %} {% endfor %} {% if requirement in input_dict.requirement_comments %} | {{ input_dict.requirement_comments[requirement] }} | {% else %}{% endif %} |