Description
{{test_name}}
{{doc_class}}
{{doc_test}}
Status: {{status_title}}
{% if status in ('error', 'fail') %}
{% for traceback in tracebacks %}
{%- if loop.index0 == 0 %}
{% endif %}
{% if status == 'skip' %} Traceback (most recent call last):
{%- else %}During handling of the above exception, another exception occurred:
{%- endif %}{{traceback.name}}: {{traceback.title}} {%- if traceback.description %}
{{traceback.description}}{%- endif %}
-
{% for item in traceback %}
- File {{item.filename}},
line {{item.lineno}},
in {{item.name}}:
{%- for line in item.code_fragment %}
{%- endfor %}
{% endfor %}
Raison: {{reason|e}}
{% endif %}Console
{{console|e}}
Logs
Logger | Level | Message |
---|---|---|
{{logger|e}} | {{level|e}} |
Images
{%- for image in images %}
{%- if image.expected %}
{%- endif %}
{%- if image.rmse %}
{%- endif %}
{%- endfor %}
{%- endif %}
{%- if files %}
{%- if image.expected %}
{%- endif %}
{%- if image.rmse %}
{%- endif %}
Fichiers joints
{%- for file in files %}
{%- endfor %}
{%- endif %}