MCPcopy Create free account
hub / github.com/Pometry/Raphtory / add_test_graph

Function add_test_graph

python/tests/test_auth.py:81–86  ·  view source on GitHub ↗
(port)

Source from the content-addressed store, hash-verified

79
80# TODO: implement this so we can use the with sintax
81def add_test_graph(port):
82 requests.post(
83 raphtory_url(port),
84 headers=WRITE_HEADERS,
85 data=json.dumps({"query": NEW_TEST_GRAPH}),
86 )
87
88
89def test_expired_token():

Callers 4

test_default_read_accessFunction · 0.85
test_update_graphFunction · 0.85
test_mutationsFunction · 0.85

Calls 1

raphtory_urlFunction · 0.85

Tested by

no test coverage detected