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

Public Member Functions

def test_json_convertor (self)
 

Detailed Description

Definition at line 32 of file test_drce_CommandConvertor.py.

Member Function Documentation

◆ test_json_convertor()

def tests.test_drce_CommandConvertor.TestTaskExecuteRequest.test_json_convertor (   self)

Definition at line 35 of file test_drce_CommandConvertor.py.

35  def test_json_convertor(self):
36  execute_request = TaskExecuteRequest("id")
37  #last 2 params for pretty print
38  json.dumps(execute_request, cls = TaskExecuteRequestEncoder, sort_keys = False, indent = 4)
39  commandConvertor = CommandConvertor()
40  commandConvertor.to_json(execute_request)
41 
42 
43 

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