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

Method test_init

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

Source from the content-addressed store, hash-verified

36
37class TestGridBox(unittest.TestCase):
38 def test_init(self):
39 w = gui.GridBox()
40 l = gui.Label('box_label')
41 w.append(l)
42 self.assertIn('box_label',w.repr())
43 assertValidHTML(w.repr())
44
45class TestHBox(unittest.TestCase):
46 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