From e1e23374ad2f84a84331129cb50dd255577b2da2 Mon Sep 17 00:00:00 2001 From: "kuldeep.k@cisinlabs.com" Date: Mon, 9 Aug 2021 18:37:57 +0530 Subject: [PATCH] Updated code quality blank line related changes Reverted test_openclpow.py code quality change --- src/tests/test_api.py | 1 + src/tests/test_config_process.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test_api.py b/src/tests/test_api.py index 413075a6..fffbbfc0 100644 --- a/src/tests/test_api.py +++ b/src/tests/test_api.py @@ -55,6 +55,7 @@ class TestAPIShutdown(TestAPIProto): # getMessageDataByDestinationHash # statusBar + class TestAPI(TestAPIProto): """Main API test case""" _seed = base64.encodestring( diff --git a/src/tests/test_config_process.py b/src/tests/test_config_process.py index 0a612759..173d323f 100644 --- a/src/tests/test_config_process.py +++ b/src/tests/test_config_process.py @@ -15,7 +15,6 @@ class TestProcessConfig(TestProcessProto): """A test case for keys.dat""" home = tempfile.mkdtemp() - def test_config_defaults(self): """Test settings in the generated config""" config = BMConfigParser()