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()