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

Method test_init

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

Source from the content-addressed store, hash-verified

20
21class TestHTML(unittest.TestCase):
22 def test_init(self):
23 widget = gui.HTML()
24 assertValidHTML(widget.repr())
25
26class TestHEAD(unittest.TestCase):
27 def test_init(self):

Callers

nothing calls this directly

Calls 2

reprMethod · 0.95
assertValidHTMLFunction · 0.85

Tested by

no test coverage detected