Neo4j Server: Tests¶
Bulbs API for testing Neo4j Server.
To test that Bulbs is working with Neo4j Server:
- Start Neo4j Server.
- Download the Bulbs source from GitHub.
- Change to the bulbs top-level directory.
- Add the bulbs source to your PYTHONPATH.
- Run make test.
$ neo4j-community/bin/neo4j start
$ git clone https://github.com/espeed/bulbs
$ cd bulbs
$ export PYTHONPATH=$PWD:$PYTHONPATH
$ make test server=neo4jserver