MCPcopy Create free account
hub / github.com/alibaba/GraphScope / ldbc_graph

Function ldbc_graph

python/graphscope/tests/conftest.py:858–861  ·  view source on GitHub ↗
(graphscope_session)

Source from the content-addressed store, hash-verified

856
857@pytest.fixture(scope="module")
858def ldbc_graph(graphscope_session):
859 graph = load_ldbc(graphscope_session, prefix="{}/ldbc_sample".format(test_repo_dir))
860 yield graph
861 del graph
862
863
864@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 2

load_ldbcFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected