test suite: relocate some modules, use relative imports
This commit is contained in:
parent
656bb69587
commit
de7fba0c19
35 changed files with 172 additions and 156 deletions
|
|
@ -3,7 +3,7 @@
|
|||
test/unit_tests_d/ut_scrypt.py: password hashing unit test for the MMGen suite
|
||||
"""
|
||||
|
||||
from test.common import *
|
||||
from ..include.common import *
|
||||
|
||||
class unit_test(object):
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ test/unit_tests_d/ut_tx_deserialize: TX deserialization unit test for the MMGen
|
|||
|
||||
import os
|
||||
from mmgen.common import *
|
||||
from test.common import *
|
||||
from ..include.common import *
|
||||
|
||||
class unit_test(object):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue