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

@@ -12,7 +12,7 @@ include contrib/deterministic-build/requirements*.txt
include contrib/*.sh include contrib/*.sh
graft electrum graft electrum
prune electrum/tests prune tests
graft contrib/udev graft contrib/udev
exclude electrum/*.so exclude electrum/*.so

View File

@@ -112,12 +112,12 @@ $ ./run_electrum
Run unit tests with `pytest`: Run unit tests with `pytest`:
``` ```
$ pytest electrum/tests -v $ pytest tests -v
``` ```
To run a single file, specify it directly like this: 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 ## Creating Binaries

View File

@@ -20,7 +20,7 @@ source.exclude_exts = spec
# (list) List of directory to exclude (let empty to not exclude anything) # (list) List of directory to exclude (let empty to not exclude anything)
source.exclude_dirs = bin, build, dist, contrib, env, source.exclude_dirs = bin, build, dist, contrib, env,
electrum/tests, tests,
electrum/www, electrum/www,
electrum/scripts, electrum/scripts,
electrum/utils, electrum/utils,