UseCases.libs.JSONData.branch_replace.dict_replace package

Submodules

UseCases.libs.JSONData.branch_replace.dict_replace.CallCase module

Append list element.

class UseCases.libs.JSONData.branch_replace.dict_replace.CallCase.CallUnits(methodName='runTest')[source]

Bases: unittest.case.TestCase

Base branch_add.

testCase000()[source]

Load initial main/master data, and validate it with standard draft4.

testCase500()[source]

Import another branch into memory and add the representation into the initial master data.

Use insertion point:
target = configdata.data[‘phoneNumber’]
for file:

‘branch1.json’ #—

{
“type”:”home2”, “number”:”222 222-333”

}

#—

Apply ‘$schema’ key for branch/subtree of master schema.

Module contents

Add a branch.