tfix prev - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 07ec0d41d575d6f0cec080f78fe63dbb4b046484
DIR parent fd5b1acdc896fbe86d585b2e721edde7a357afc3
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Fri, 3 May 2019 03:13:43 +0200
fix prev
unintentionally committed
Diffstat:
M electrum/tests/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrum/tests/__init__.py b/electrum/tests/__init__.py
t@@ -8,7 +8,7 @@ from electrum import constants
# If set, unit tests that would normally test functions with multiple implementations,
# will only be run once, using the fastest implementation.
# e.g. libsecp256k1 vs python-ecdsa. pycryptodomex vs pyaes.
-FAST_TESTS = 1
+FAST_TESTS = False
# some unit tests are modifying globals; sorry.