Static Public Attributes
tests.test_forms.MultipleUploadFileApp Class Reference
Inheritance diagram for tests.test_forms.MultipleUploadFileApp:
Inheritance graph
[legend]

List of all members.

Static Public Attributes

string body

Detailed Description

Definition at line 788 of file test_forms.py.


Member Data Documentation

Initial value:
"""
<html>
<head><title>form page</title></head>
<body>
    <form method="POST" id="file_upload_form"
          enctype="multipart/form-data">
        <input name="file-field-1" type="file" />
        <input name="file-field-2" type="file" />
        <input name="button" type="submit" value="single">
    </form>
</body>
</html>
"""

Reimplemented from tests.test_forms.SingleUploadFileApp.

Definition at line 789 of file test_forms.py.


The documentation for this class was generated from the following file:


webtest
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:32:07