We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f71b28 commit a8633deCopy full SHA for a8633de
tests/test_transform_results.py
@@ -26,6 +26,8 @@ def test_bolt_driver_transform_results(db_driver):
26
assert len(result["node_bindings"]) == 2
27
assert len(result["analyses"]) == 1
28
assert len(output['knowledge_graph']['nodes']) == 13
29
+ for ag in output['auxiliary_graphs'].keys():
30
+ print(ag)
31
assert len(output['auxiliary_graphs']) == 14
32
33
0 commit comments