The congress.tests.dse2.test_data_service Module¶
- 
class 
congress.tests.dse2.test_data_service.TestDataService(*args, **kwargs)¶ Bases:
congress.tests.base.TestCase- 
test_info()¶ 
- 
test_service_info()¶ 
- 
test_start_stop()¶ 
- 
 
- 
class 
congress.tests.dse2.test_data_service.TestDataServiceInfo(*args, **kwargs)¶ Bases:
congress.tests.base.TestCase- 
TESTDATA= {‘published_tables’: [‘t1’, ‘t2’], ‘subscribed_tables’: [‘s1’, ‘s2’, ‘s3’], ‘service_id’: ‘test-service-id’, ‘rpc_endpoints_info’: [‘call1’, ‘call2’], ‘node_id’: ‘test-node-id’}¶ 
- 
test_from_dict()¶ 
- 
test_from_json()¶ 
- 
test_to_dict()¶ 
- 
test_to_json()¶ 
-