1
0

tests: follow-up move of folder

follow-up https://github.com/spesmilo/electrum/pull/8897
This commit is contained in:
SomberNight
2024-02-19 12:00:08 +00:00
parent 6ecbb8eb3f
commit 27bb28e35b
3 changed files with 4 additions and 4 deletions

View File

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