Browse Source

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

README: docs on how to run unit tests
patch-4
ThomasV 3 years ago
committed by GitHub
parent
commit
c862dbf9d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.rst

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

Loading…
Cancel
Save