unintentionally committed
This commit is contained in:
SomberNight 2019-05-03 03:13:43 +02:00
parent fd5b1acdc8
commit 07ec0d41d5
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

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