mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
16 lines
301 B
Markdown
16 lines
301 B
Markdown
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.
|