Skip to content

Commit f1c665d

Browse files
committed
README: add instructions on how to run the test suite
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
1 parent 6769652 commit f1c665d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ pip install bip32
3838

3939
This uses [`coincurve`](https://github.com/ofek/coincurve) as a wrapper for [`libsecp256k1`](https://github.com/bitcoin-core/secp256k1) for EC operations.
4040

41+
### Running the test suite
42+
43+
```
44+
# From the root of the repository
45+
python3 -m venv venv
46+
. venv/bin/activate
47+
pip install -r requirements.txt && pip install pytest
48+
PYTHONPATH=$PYTHONPATH:$PWD/bip32 pytest -vvv
49+
```
50+
4151
## Interface
4252

4353
All public keys below are compressed.

0 commit comments

Comments
 (0)