MCPcopy Create free account
hub / github.com/Pylons/webtest / test_no_uploads_error

Method test_no_uploads_error

tests/test_forms.py:926–928  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

924 display, display)
925
926 def test_no_uploads_error(self):
927 app = webtest.TestApp(SingleUploadFileApp())
928 app.get('/').forms["file_upload_form"].upload_fields()
929
930 def test_upload_without_file(self):
931 app = webtest.TestApp(SingleUploadFileApp())

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
SingleUploadFileAppClass · 0.85
upload_fieldsMethod · 0.80

Tested by

no test coverage detected