Updated code quality blank line related changes
Reverted test_openclpow.py code quality change
This commit is contained in:
parent
0becc5bdeb
commit
e1e23374ad
|
@ -55,6 +55,7 @@ class TestAPIShutdown(TestAPIProto):
|
||||||
# getMessageDataByDestinationHash
|
# getMessageDataByDestinationHash
|
||||||
# statusBar
|
# statusBar
|
||||||
|
|
||||||
|
|
||||||
class TestAPI(TestAPIProto):
|
class TestAPI(TestAPIProto):
|
||||||
"""Main API test case"""
|
"""Main API test case"""
|
||||||
_seed = base64.encodestring(
|
_seed = base64.encodestring(
|
||||||
|
|
|
@ -15,7 +15,6 @@ class TestProcessConfig(TestProcessProto):
|
||||||
"""A test case for keys.dat"""
|
"""A test case for keys.dat"""
|
||||||
home = tempfile.mkdtemp()
|
home = tempfile.mkdtemp()
|
||||||
|
|
||||||
|
|
||||||
def test_config_defaults(self):
|
def test_config_defaults(self):
|
||||||
"""Test settings in the generated config"""
|
"""Test settings in the generated config"""
|
||||||
config = BMConfigParser()
|
config = BMConfigParser()
|
||||||
|
|
Reference in New Issue
Block a user