test suite: relocate some modules, use relative imports

This commit is contained in:
The MMGen Project 2020-03-16 10:45:00 +00:00
commit de7fba0c19
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
35 changed files with 172 additions and 156 deletions

View file

@ -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):

View file

@ -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):