Re: Newbie question: how do I run the tests on my structure implementations?

2016-09-17 Thread Const Eust
Hm, uh, I'm basically implementing a read-only interface (the graph is constructed using the underlying datastore. How do I test that? And does that imply I need to go tot he Process implementations, or are there basic queries I can run that only need the Structure implementations? On Sat, Sep

Re: Newbie question: how do I run the tests on my structure implementations?

2016-09-17 Thread Const Eust
Ok I'll check those two classes. Links aren't working but I'll google. I did the opt-ins and feature classes, so those should be ready to be debugged. Thanks. On Sat, Sep 17, 2016 at 2:29 AM, Stephen Mallette wrote: > If you are building a Graph implementation, you can

Re: Newbie question: how do I run the tests on my structure implementations?

2016-09-17 Thread Stephen Mallette
If you are building a Graph implementation, you can validate with gremlin-test if you follow these instructions: http://tinkerpop.apache.org/docs/3.2.2/dev/provider/#validating-with-gremlin-test It might also help to look at the tinkergraph-gremlin tests for structure to see how they are setup.