fixed CQ for src/bitmessagemain and src/helper_test module
This commit is contained in:
parent
350ec4416f
commit
fd6306a864
|
@ -373,7 +373,7 @@ class Main(object):
|
||||||
else:
|
else:
|
||||||
state.enableGUI = True
|
state.enableGUI = True
|
||||||
# pylint: disable=relative-import
|
# pylint: disable=relative-import
|
||||||
test_core_result = TestCoreDummy(errors = 1,failures = 1)
|
test_core_result = TestCoreDummy(errors=1, failures=1)
|
||||||
try:
|
try:
|
||||||
from tests import core as test_core
|
from tests import core as test_core
|
||||||
test_core_result = test_core.run()
|
test_core_result = test_core.run()
|
||||||
|
|
|
@ -7,4 +7,4 @@ import collections
|
||||||
"""
|
"""
|
||||||
Core Dummy testcase instance
|
Core Dummy testcase instance
|
||||||
"""
|
"""
|
||||||
TestCoreDummy = collections.namedtuple('TestCoreDummy',['errors','failures'])
|
TestCoreDummy = collections.namedtuple('TestCoreDummy', ['errors', -'failures'])
|
||||||
|
|
Reference in New Issue
Block a user