V0.6 test api #1781

Closed
kdcis wants to merge 8 commits from v0.6-test-api into v0.6
Showing only changes of commit 2e8da0e765 - Show all commits

View File

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