Previous topic

<no title>

Next topic

<no title>

Donate Bitcoins

Rexster: Tests

Bulbs API for testing Rexster.

To test that Bulbs is working with Rexster:

  1. Start Rexster.
  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.
$ rexster/rexster.sh -s start
$ git clone https://github.com/espeed/bulbs
$ cd bulbs
$ export PYTHONPATH=$PWD:$PYTHONPATH
$ make test server=rexster