s1ck / gdl

Graph Definition Language
Apache License 2.0
24 stars 15 forks source link

Support injection for id generation #26

Closed Mats-SX closed 3 years ago

Mats-SX commented 7 years ago

In a project were we're implementing Cypher we're using GDL to generate test graphs. In order to test whether a GDL-defined graph is identical to a graph generated by our system, we need to control what ids entities in GDL are given.

It would be lovely to support some kind of injection of an id-generator interface, or similar, which we can use to position the id generator in the correct state for our test case.

s1ck commented 3 years ago

solved