rusted-cypher icon indicating copy to clipboard operation
rusted-cypher copied to clipboard

Make tests not depend on neo4j server

Open livioribeiro opened this issue 8 years ago • 2 comments

Currently tests depend on a neo4j server available at http://neo4j:neo4j@localhost:7474.

Tests should use a mock server, so they can run more easily on a CI environment.

livioribeiro avatar Jul 11 '16 10:07 livioribeiro

Hi, I'm new to rust but not new to neo4j. I would like to help with this, if possible.

jesusbv avatar Jul 04 '17 19:07 jesusbv

Hi!

You could use something like this http://bitex-la.github.io/rust-http-stub/http_stub/index.html

livioribeiro avatar Jul 11 '17 11:07 livioribeiro