You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test some query-centric code. I want to stub query results in order to test some behaviours.
I've been using erikstmartin/go-testdb for most of our simple queries and statements.
But I noticed that driver will not work for a few cases, (for example when you want to perform a neo query with a []int)
I'm interested on creating a neo4j-test driver. But I'm a bit lost on where should I start.
The final goal is to do the same as the go-testdb does but with support for cypher values.
This issue is to request a bit of support. Since I think the Converter is where the problem is. Maybe is as simple as defining a Converter that uses cypher converter. But I'm pretty sure I'm missing some points.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the cq package!
I'm trying to test some query-centric code. I want to stub query results in order to test some behaviours.
I've been using erikstmartin/go-testdb for most of our simple queries and statements.
But I noticed that driver will not work for a few cases, (for example when you want to perform a neo query with a
[]int
)I'm interested on creating a
neo4j-test
driver. But I'm a bit lost on where should I start.The final goal is to do the same as the go-testdb does but with support for cypher values.
This issue is to request a bit of support. Since I think the Converter is where the problem is. Maybe is as simple as defining a Converter that uses cypher converter. But I'm pretty sure I'm missing some points.
Thanks!
The text was updated successfully, but these errors were encountered: