MCPcopy Index your code
hub / github.com/rawpython/remi / test_init

Method test_init

test/test_widget.py:156–160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154
155class TestDropDown(unittest.TestCase):
156 def test_init(self):
157 widget = gui.DropDown()
158 widget.append('test drop down')
159 self.assertIn('test drop down', widget.repr())
160 assertValidHTML(widget.repr())
161
162class TestDropDownItem(unittest.TestCase):
163 def test_init(self):

Callers

nothing calls this directly

Calls 3

appendMethod · 0.95
assertValidHTMLFunction · 0.85
reprMethod · 0.45

Tested by

no test coverage detected