HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
tests.test_drce_CommandConvertor.TestTaskCheckRequest Class Reference
Inheritance diagram for tests.test_drce_CommandConvertor.TestTaskCheckRequest:
Collaboration diagram for tests.test_drce_CommandConvertor.TestTaskCheckRequest:

Public Member Functions

def test_json_convert (self)
 

Detailed Description

Definition at line 44 of file test_drce_CommandConvertor.py.

Member Function Documentation

◆ test_json_convert()

def tests.test_drce_CommandConvertor.TestTaskCheckRequest.test_json_convert (   self)

Definition at line 47 of file test_drce_CommandConvertor.py.

47  def test_json_convert(self):
48  uid = "11"
49  check_request = TaskCheckRequest(uid, consts.SIMPLE_STATUS_INFO)
50  json.dumps(check_request.__dict__, indent=2)
51 
52 
53 

The documentation for this class was generated from the following file: