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

Method test_init

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

Source from the content-addressed store, hash-verified

44
45class TestHBox(unittest.TestCase):
46 def test_init(self):
47 w = gui.HBox()
48 l = gui.Label('hbox_label')
49 w.append(l)
50 self.assertIn('hbox_label',w.repr())
51 assertValidHTML(w.repr())
52
53class TestVBox(unittest.TestCase):
54 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