(graphscope_session)
| 856 | |
| 857 | @pytest.fixture(scope="module") |
| 858 | def 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") |