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

Method test_paste_testing_variables

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

Source from the content-addressed store, hash-verified

165 self.assertRaises(ValueError, app.do_request, req, '*', False)
166
167 def test_paste_testing_variables(self):
168 app = self.call_FUT(check='1')
169 req = Request.blank('/')
170 resp = app.do_request(req, '*', False)
171 self.assertEqual(resp.check, '1')
172
173
174class TestCookies(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

call_FUTMethod · 0.95
do_requestMethod · 0.80

Tested by

no test coverage detected