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_admin_NodeManager Namespace Reference

Classes

class  testNodeManager
 

Functions

def generateBodyMock ()
 
def generateBodyMock2 ()
 
def makeRequestMock (node, requestBody)
 

Detailed Description

Created on Feb 21, 2014

@author: scorp

Function Documentation

◆ generateBodyMock()

def tests.test_admin_NodeManager.generateBodyMock ( )

Definition at line 24 of file test_admin_NodeManager.py.

24 def generateBodyMock():
25  return None
26 
27 

◆ generateBodyMock2()

def tests.test_admin_NodeManager.generateBodyMock2 ( )

Definition at line 28 of file test_admin_NodeManager.py.

28 def generateBodyMock2():
29  return bodyString
30 
31 

◆ makeRequestMock()

def tests.test_admin_NodeManager.makeRequestMock (   node,
  requestBody 
)

Definition at line 32 of file test_admin_NodeManager.py.

32 def makeRequestMock(node, requestBody):
33  return requestString
34 
35 
def makeRequestMock(node, requestBody)