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

Method test_repr

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

Source from the content-addressed store, hash-verified

104 [['file', __file__]])
105
106 def test_repr(self):
107 form = self.callFUT()
108 self.assertTrue(repr(form).startswith('<Form id='))
109
110 def test_the_bs_node_must_not_change(self):
111 form = self.callFUT()

Callers

nothing calls this directly

Calls 1

callFUTMethod · 0.95

Tested by

no test coverage detected