1
0

Merge pull request #7694 from benma/README-unit-tests

README: docs on how to run unit tests
This commit is contained in:
ThomasV
2022-03-03 10:41:51 +01:00
committed by GitHub

View File

@@ -112,7 +112,13 @@ Finally, to start Electrum::
./run_electrum
Run unit tests with `pytest`:
pytest electrum/tests -v
To run a single file, specify it directly like this:
pytest electrum/tests/test_bitcoin.py -v
Creating Binaries
=================