mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-11 22:55:54 +00: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.