We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75bbf5 commit 0c7d40eCopy full SHA for 0c7d40e
graphdatascience/tests/integration/test_system_ops.py
@@ -29,11 +29,13 @@ def test_sysInfo(gds: GraphDataScience) -> None:
29
30
assert "gdsVersion" in (list(result["key"]))
31
32
+
33
def test_debug_arrow(gds: GraphDataScience) -> None:
34
result = gds.debug.arrow()
35
36
assert "listenAddress" in (list(result["key"]))
37
38
39
@pytest.mark.enterprise
40
def test_is_licensed(gds: GraphDataScience) -> None:
41
assert gds.is_licensed()
0 commit comments