(data_dir=os.path.expandvars("${GS_TEST_DIR}/property_graph"))
| 34 | |
| 35 | @pytest.fixture(scope="function") |
| 36 | def student_v(data_dir=os.path.expandvars("${GS_TEST_DIR}/property_graph")): |
| 37 | return Loader("%s/student.v" % data_dir, header_row=True, delimiter=",") |
| 38 | |
| 39 | |
| 40 | @pytest.fixture(scope="function") |