UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case010 package

Submodules

UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case010.CallCase module

Extensions for standards tests from RFC6901.

This case covers in particular extensions to the standard contained examples.

For JSON notation of RFC6901:

{ "": { "": ["doubleempty0", "doubleempty1"] } }

Pointer access:

""       { "": { "": ["doubleempty0", "doubleempty1"] } }
"/"            { "": ["doubleempty0", "doubleempty1"] }
"//"                 ["doubleempty0", "doubleempty1"]
"//0"                 "doubleempty0"
"//1"                                 "doubleempty1"
class UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case010.CallCase.CallUnits(methodName='runTest')[source]

Bases: unittest.case.TestCase

testCase000()[source]

Create an object for data only - no schema.

testCase900()[source]

JSONPointers: “”

testCase901()[source]

JSONPointers: “/”

testCase902()[source]

JSONPointers: “//”

testCase903()[source]

JSONPointers: “///0”

testCase904()[source]

JSONPointers: “///1”

Module contents

Operator __add__.