mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
83a92cf3ab
e12e970df6fcae08ff8008812cdeef600d6b2db8 docs: match usage text to script and location (Peter Bushnell) Pull request description: Update the usage text in the README to match the usage text in the Python script. |
||
---|---|---|
.. | ||
base58.py | ||
gen_key_io_test_vectors.py | ||
README.md |
TestGen
Utilities to generate test vectors for the data-driven Dash tests.
Usage:
PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py valid 50 > ../../src/test/data/key_io_valid.json
PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py invalid 50 > ../../src/test/data/key_io_invalid.json