tests: follow-up move of folder
follow-up https://github.com/spesmilo/electrum/pull/8897
This commit is contained in:
@@ -112,12 +112,12 @@ $ ./run_electrum
|
||||
|
||||
Run unit tests with `pytest`:
|
||||
```
|
||||
$ pytest electrum/tests -v
|
||||
$ pytest tests -v
|
||||
```
|
||||
|
||||
To run a single file, specify it directly like this:
|
||||
```
|
||||
$ pytest electrum/tests/test_bitcoin.py -v
|
||||
$ pytest tests/test_bitcoin.py -v
|
||||
```
|
||||
|
||||
## Creating Binaries
|
||||
|
||||
Reference in New Issue
Block a user