Rexster: Tests¶
Bulbs API for testing Rexster.
To test that Bulbs is working with Rexster:
- Start Rexster.
- Download the Bulbs source from GitHub.
- Change to the bulbs top-level directory.
- Add the bulbs source to your PYTHONPATH.
- 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