Skip to content

Commit c5e4a9b

Browse files
committed
Neo4j test
1 parent 5730640 commit c5e4a9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/runtests.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ if haskey(Pkg.installed(), "IncrementalInference")
3333
@info "------------------------------------------------------------------------"
3434

3535
using IncrementalInference
36+
37+
@info "------------------------------------------------------------------------"
38+
@info "Neo4J Travis Test"
39+
@info "------------------------------------------------------------------------"
40+
using Neo4j
41+
neo4jConnection = Neo4j.Connection("localhost", port=7474, user="neo4j", password="neo4j");
42+
graph = getgraph(conn);
43+
@info "NEO4J graph:" + graph
44+
3645
apis = [
3746
GraphsDFG{NoSolverParams}(),
3847
LightDFG{NoSolverParams}(),

0 commit comments

Comments
 (0)