Browse Source
README: docs on how to run unit tests
It is helpful for contributors to discover how to run unit tests easily.
patch-4
Marko Bencun
3 years ago
No known key found for this signature in database
GPG Key ID: 804538928C37EAE8
1 changed files with
6 additions and
0 deletions
-
README.rst
|
|
@ -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 |
|
|
|
================= |
|
|
|