Public Member Functions | |
def | __call__ |
def | get_files_page |
Static Public Attributes | |
string | body |
Definition at line 724 of file test_forms.py.
def tests.test_forms.SingleUploadFileApp.__call__ | ( | self, | |
environ, | |||
start_response | |||
) |
Definition at line 739 of file test_forms.py.
def tests.test_forms.SingleUploadFileApp.get_files_page | ( | self, | |
req | |||
) |
Reimplemented in tests.test_forms.UploadBinaryApp.
Definition at line 760 of file test_forms.py.
string tests::test_forms.SingleUploadFileApp::body [static] |
""" <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.