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

Method test_init

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

Source from the content-addressed store, hash-verified

25
26class TestHEAD(unittest.TestCase):
27 def test_init(self):
28 widget = gui.HEAD(title="my remi app")
29 self.assertIn('my remi app', widget.repr())
30 assertValidHTML(widget.repr())
31
32class TestBODY(unittest.TestCase):
33 def test_init(self):

Callers

nothing calls this directly

Calls 2

reprMethod · 0.95
assertValidHTMLFunction · 0.85

Tested by

no test coverage detected