| Test Node Id | When | Category | Filename | Line | Message |
|---|---|---|---|---|---|
| {{ w.nodeid or 'N/A' }} | {{ w.when or 'N/A' }} | {{ w.category or 'N/A' }} | {{ w.filename or 'N/A' }} | {{ w.lineno if w.lineno is not none else 'N/A' }} | {{ w.message or 'N/A' }} |
No warnings.
{% endif %}| Test Node Id | When | Outcome | Message |
|---|---|---|---|
| {{ e.nodeid or 'N/A' }} | {{ e.when or 'N/A' }} | {{ e.outcome or 'N/A' }} | {{ e.message or e.longrepr or e.longreprtext or '(no message)' }} |
No errors.
{% endif %}| Test Node ID | # | Duration (s) | Start Time | Stop Time | Outcome |
|---|---|---|---|---|---|
| {{ group.nodeid }} ({{ group.tests | length }} run{{ 's' if group.tests | length > 1 else '' }}) | |||||
| {{ test.nodeid }} | {{ loop.index }} | {{ test.duration or 'N/A' }} | {{ test.start_time or 'N/A' }} | {{ test.stop_time or 'N/A' }} | {{ test.outcome.value }} |
No rerun test groups.
{% endif %}| Test | Outcome | Duration | Start | Stop |
|---|---|---|---|---|
| {{ test.nodeid }} | {{ test.outcome }} | {{ test.human_duration }} | {{ test.start_time }} | {{ test.stop_time }} |
Captured stdout:{{ test.capstdout or "(none)" }}
Captured stderr:{{ test.capstderr or "(none)" }}
Captured log:{{ test.caplog or "(none)" }}
Error/Traceback:{{ test.longreprtext or "(none)" }}
|
||||