{% block module_content scoped %} {% for test in tests %}

{% block test_title scoped %} {{ test.status.word }} {% block test_name scoped %} {% set name = test.item.nodeid.split('::')[1:]|join('::') %} {% set funcname, _, params = name.partition('[') %} {{ funcname }} {%- if params -%} [{{ params }} {% endif %} {% endblock %} {{ test.phases|sum('report.duration')|timedelta }} {% endblock %}

{% include "html/test.html" %}
{% endfor %} {% endblock %}