opencypher / cypher-for-gremlin

Cypher for Gremlin adds Cypher support to any Gremlin graph database.
Apache License 2.0
359 stars 48 forks source link

are there some statements for test coverage #336

Closed Jeremy-zgp closed 5 years ago

Jeremy-zgp commented 5 years ago

when I use cypher for gremlin, it seems like the coverage what I get is lower than the introduction. so I want to know the test cases you use or where I can get, thank you.

dwitry commented 5 years ago

Hello @Jeremy-zgp,

coverage and testing approach, as well as test reports are covered in Language Support section.

Feel free to ask if you need any additional clarifications.

Jeremy-zgp commented 5 years ago

@dwitry I appreciate it very much, thank you