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

Method test_init

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

Source from the content-addressed store, hash-verified

289
290class TestTreeItem(unittest.TestCase):
291 def test_init(self):
292 widget = gui.TreeItem('test tree item')
293 widget.append(gui.TreeItem('2nd tree item'))
294 self.assertIn('test tree item', widget.repr())
295 self.assertIn('2nd tree item', widget.repr())
296 assertValidHTML(widget.repr())
297
298class TestFileUploader(unittest.TestCase):
299 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