code quality fixes

This commit is contained in:
cis-kuldeep 2021-07-12 18:01:22 +05:30
parent d24281901d
commit 2e8da0e765
No known key found for this signature in database
GPG Key ID: 67B47D8A06FA45E4

View File

@ -15,6 +15,7 @@ from .common import cleanup, put_signal_file
PY3 = sys.version_info[0] >= 3
class TestProcessProto(unittest.TestCase):
"""Test case implementing common logic for external testing:
it starts pybitmessage in setUpClass() and stops it in tearDownClass()