@@ -2,6 +2,7 @@ import unittest
|
||||
import threading
|
||||
|
||||
from electrum import constants
|
||||
from electrum import simple_config
|
||||
|
||||
|
||||
# Set this locally to make the test suite run faster.
|
||||
@@ -11,6 +12,9 @@ from electrum import constants
|
||||
FAST_TESTS = False
|
||||
|
||||
|
||||
simple_config._ENFORCE_SIMPLECONFIG_SINGLETON = False
|
||||
|
||||
|
||||
# some unit tests are modifying globals; sorry.
|
||||
class SequentialTestCase(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user