MCPcopy Index your code
hub / github.com/pyscript/pyscript / test_iter_eq_children

Method test_iter_eq_children

core/tests/python/tests/test_web.py:569–572  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

567class TestCollection:
568
569 def test_iter_eq_children(self):
570 elements = web.page.find(".multi-elems")
571 assert list(elements) == list(elements.elements)
572 assert len(elements) == 3
573
574 def test_slices(self):
575 elements = web.page.find(".multi-elems")

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected