MCPcopy Create free account
hub / github.com/scanny/python-pptx / eq_fixture

Method eq_fixture

tests/test_shared.py:41–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40 @pytest.fixture
41 def eq_fixture(self):
42 p, q = element("w:p"), element("w:p")
43 proxy = ElementProxy(p)
44 proxy_2 = ElementProxy(p)
45 proxy_3 = ElementProxy(q)
46 not_a_proxy = "Foobar"
47 return proxy, proxy_2, proxy_3, not_a_proxy
48
49
50class DescribeParentedElementProxy(object):

Callers

nothing calls this directly

Calls 2

ElementProxyClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected