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

Method test_paste_testing_variables_raises

tests/test_app.py:162–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

160 return webtest.TestApp(application)
161
162 def test_paste_testing_variables_raises(self):
163 app = self.call_FUT(body='1')
164 req = Request.blank('/')
165 self.assertRaises(ValueError, app.do_request, req, '*', False)
166
167 def test_paste_testing_variables(self):
168 app = self.call_FUT(check='1')

Callers

nothing calls this directly

Calls 1

call_FUTMethod · 0.95

Tested by

no test coverage detected