Browse Source

tests: follow-up move of folder

follow-up https://github.com/spesmilo/electrum/pull/8897
master
SomberNight 2 years ago
parent
commit
27bb28e35b
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      MANIFEST.in
  2. 4
      README.md
  3. 2
      contrib/android/buildozer_qml.spec

2
MANIFEST.in

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

4
README.md

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

2
contrib/android/buildozer_qml.spec

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

Loading…
Cancel
Save