1
0

README: docs on how to run unit tests

It is helpful for contributors to discover how to run unit tests easily.
This commit is contained in:
Marko Bencun
2022-03-02 14:51:37 +01:00
parent f42ae3f01c
commit d18b05043d

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
=================