class documentation

Undocumented

Method __init__ Undocumented
Method run Undocumented
Method test_bool Undocumented
Method test_constructor Undocumented
Method test_get Undocumented
Method test_getitem Undocumented
Method test_items Undocumented
Method test_keys Undocumented
Method test_len Undocumented
Method test_pop Undocumented
Method test_popitem Undocumented
Method test_read Undocumented
Method test_setdefault Undocumented
Method test_update Undocumented
Method test_values Undocumented
Method test_write Undocumented
Class Variable type2test Undocumented
Instance Variable inmapping Undocumented
Instance Variable other Undocumented
Instance Variable reference Undocumented
Method _empty_mapping Return an empty mapping object
Method _full_mapping Return a mapping object with the value contained in data dictionary
Method _reference Return a dictionary of values which are invariant by storage in the object under test.
def __init__(self, *args, **kw): (source)

Undocumented

def test_constructor(self): (source)
def test_getitem(self): (source)
def test_popitem(self): (source)
def test_read(self): (source)

Undocumented

def test_setdefault(self): (source)
def test_write(self): (source)

Undocumented

inmapping = (source)

Undocumented

other = (source)

Undocumented

reference = (source)

Undocumented

def _empty_mapping(self): (source)

Return an empty mapping object

def _full_mapping(self, data): (source)

Return a mapping object with the value contained in data dictionary

def _reference(self): (source)

Return a dictionary of values which are invariant by storage in the object under test.