ported test_randomtrackingdict to python3
This commit is contained in:
parent
16a11775e8
commit
1ef6b34e93
|
@ -4,7 +4,7 @@ Track randomize ordered dict
|
||||||
from threading import RLock
|
from threading import RLock
|
||||||
from time import time
|
from time import time
|
||||||
|
|
||||||
import helper_random
|
from pybitmessage import helper_random
|
||||||
|
|
||||||
|
|
||||||
class RandomTrackingDict(object):
|
class RandomTrackingDict(object):
|
||||||
|
|
|
@ -5,9 +5,6 @@ import random
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from time import time
|
from time import time
|
||||||
from .common import skip_python3
|
|
||||||
|
|
||||||
skip_python3()
|
|
||||||
|
|
||||||
|
|
||||||
class TestRandomTrackingDict(unittest.TestCase):
|
class TestRandomTrackingDict(unittest.TestCase):
|
||||||
|
|
Reference in New Issue
Block a user