{% extends 'base.html' %} {% block title %} Batch Test{{ block.super }} {% endblock %} {% block content %} {{ block.super }}

Batch Test

You may upload a ZIP file with these specifications:

A confirmation screen will be displayed with warnings if a model or test case name cannot be found. Also, please note that existing tests will be overwritten if the ZIP file contains submissions for test cases that you have already completed.

{{ form.zipfile.errors }} {{ form.non_field_errors }}

{{ form.zipfile.help_text }} {{ form.zipfile.label_tag }}

{% csrf_token %} {{ form.zipfile }}
Return to account menu {% endblock %}