|
|
|
@ -112,7 +112,13 @@ Finally, to start Electrum:: |
|
|
|
|
|
|
|
|
|
|
|
./run_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 |
|
|
|
Creating Binaries |
|
|
|
================= |
|
|
|
================= |
|
|
|
|