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

Method test_init

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

Source from the content-addressed store, hash-verified

52
53class TestVBox(unittest.TestCase):
54 def test_init(self):
55 w = gui.VBox()
56 l = gui.Label('vbox_label')
57 w.append(l)
58 self.assertIn('vbox_label',w.repr())
59 assertValidHTML(w.repr())
60
61class TestTabBox(unittest.TestCase):
62 def test_init(self):

Callers

nothing calls this directly

Calls 3

assertValidHTMLFunction · 0.85
appendMethod · 0.45
reprMethod · 0.45

Tested by

no test coverage detected