migliorati i test

This commit is contained in:
marco
2021-01-06 20:45:55 +01:00
parent c93fd73f77
commit 6e8dd1c551
2 changed files with 48 additions and 32 deletions
-1
View File
@@ -57,7 +57,6 @@
<td class="col-xs-9" colspan="3">
{%- if test_case.stdout %}<p style="white-space: pre-line;">{{ test_case.stdout|e }}</p>{% endif %}
{%- if test_case.err %}<p style="color:maroon;">{{ test_case.err[0].__name__ }}: {{ test_case.err[1] }}</p>{% endif %}
{%- if test_case.err %}<p style="color:maroon;">{{ test_case.test_exception_info }}</p>{% endif %}
</td>
</tr>
{%- endif %}