Files
rippled/bin/python

Unit Tests

To run the Python unit tests, execute:

 python -m unittest discover

from this directory.

To run Python unit tests from a particular file (such as ripple/util/test_Sign.py), execute:

 python -m unittest ripple.util.test_Sign

Add -v to run tests in verbose mode.