Public Member Functions | Static Public Attributes
tests.test_forms.SingleUploadFileApp Class Reference
Inheritance diagram for tests.test_forms.SingleUploadFileApp:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __call__
def get_files_page

Static Public Attributes

string body

Detailed Description

Definition at line 724 of file test_forms.py.


Member Function Documentation

def tests.test_forms.SingleUploadFileApp.__call__ (   self,
  environ,
  start_response 
)

Definition at line 739 of file test_forms.py.

Reimplemented in tests.test_forms.UploadBinaryApp.

Definition at line 760 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" type="file" value="some/path/file.txt" />
        <input name="button" type="submit" value="single">
    </form>
</body>
</html>
"""

Reimplemented in tests.test_forms.MultipleUploadFileApp.

Definition at line 726 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