davebshow / goblin

A Python 3.5 rewrite of the TinkerPop 3 OGM Goblin
Other
93 stars 21 forks source link

Mocking JanusGraph Connection for unit tests #110

Open brean opened 5 years ago

brean commented 5 years ago

Hi,

I like to get the travis-Unit Tests running again. There is an issue with the tests that need a connection to the JanusGraph server, as you can see here https://travis-ci.org/davebshow/goblin/jobs/440530221

The tests are unable to connect. So the mocking is not working - is there some other way we can mock this?