Files
rippled/bin/python
wilsonianb e823e60ca0 Dynamize trusted validator list and quorum (RIPD-1220):
Instead of specifying a static list of trusted validators in the config
or validators file, the configuration can now include trusted validator
list publisher keys.

The trusted validator list and quorum are now reset each consensus
round using the latest validator lists and the list of recent
validations seen. The minimum validation quorum is now only
configurable via the command line.
2017-03-01 11:41:07 -05:00
..
2015-05-28 07:22:33 -07:00
2015-05-28 07:22:33 -07:00
2015-05-28 07:22:33 -07:00

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.