SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/tests/__init__.py
|
|
@ -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. |
|
|
|