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.TestTaskTerminateRequest Class Reference
Inheritance diagram for tests.test_drce_CommandConvertor.TestTaskTerminateRequest:
Collaboration diagram for tests.test_drce_CommandConvertor.TestTaskTerminateRequest:

Public Member Functions

def test_json_convert (self)
 

Detailed Description

Definition at line 54 of file test_drce_CommandConvertor.py.

Member Function Documentation

◆ test_json_convert()

def tests.test_drce_CommandConvertor.TestTaskTerminateRequest.test_json_convert (   self)

Definition at line 57 of file test_drce_CommandConvertor.py.

57  def test_json_convert(self):
58  uid = "11"
59  terminate_request = TaskTerminateRequest(uid)
60  json.dumps(terminate_request.__dict__, indent=2)
61 
62 

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