Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
class
TestHTML(unittest.TestCase):
22
def
test_init(self):
23
widget = gui.HTML()
24
assertValidHTML(widget.repr())
25
26
class
TestHEAD(unittest.TestCase):
27
def
test_init(self):
Callers
nothing calls this directly
Calls
2
repr
Method · 0.95
assertValidHTML
Function · 0.85
Tested by
no test coverage detected