Previous topic

Neo4j Server: Batch

Next topic

<no title>

Donate Bitcoins

Neo4j Server: Tests

Bulbs API for testing Neo4j Server.

To test that Bulbs is working with Neo4j Server:

  1. Start Neo4j Server.
  2. Download the Bulbs source from GitHub.
  3. Change to the bulbs top-level directory.
  4. Add the bulbs source to your PYTHONPATH.
  5. 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