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

Method callFUT

tests/test_forms.py:169–172  ·  view source on GitHub ↗
(self, filename='form_inputs.html')

Source from the content-addressed store, hash-verified

167class TestInput(unittest.TestCase):
168
169 def callFUT(self, filename='form_inputs.html'):
170 dirname = os.path.join(os.path.dirname(__file__), 'html')
171 app = DebugApp(form=os.path.join(dirname, filename), show_form=True)
172 return webtest.TestApp(app)
173
174 def test_input(self):
175 app = self.callFUT()

Callers 7

test_inputMethod · 0.95
test_input_unicodeMethod · 0.95
test_input_no_defaultMethod · 0.95

Calls 1

DebugAppClass · 0.90

Tested by

no test coverage detected