first batch of code
This commit is contained in:
6
unittest-logs/unittestweb/templates/viewer/tests.html
Executable file
6
unittest-logs/unittestweb/templates/viewer/tests.html
Executable file
@@ -0,0 +1,6 @@
|
||||
<h1>All known failing tests</h1>
|
||||
<ul>
|
||||
{% for t in tests %}
|
||||
<li><a href="{% url viewer.views.test %}?name={{ t }}">{{ t }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user