Re: Unit testing with JanusGraph
Robert Dale <rob...@...>
The in-memory database was built for testing - http://docs.janusgraph.org/latest/inmemorystorage.html#_ideal_use_case_2 If it's only the data access layer (e.g. gremlin queries) being tested, I would still call that unit testing. Robert Dale
On Thu, Sep 7, 2017 at 10:56 AM, Vladyslav Kosulin <vkos...@...> wrote:
|
|