class documentation

class MaskingAdapterTestCase(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method setUp Undocumented
Method tearDown Undocumented
Method test_context_getitem Are the returned values from context masked correctly?
Method test_context_setitem_existing Are the returned values from context masked correctly?
Method test_getitem Does adapter mask values correctly?
Method test_setitem_existing_value Does setitem on existing data only change the masked values?
Method test_setitem_non_existing_value Does setitem on non-existing data expand to depth's shape?
Instance Variable adapter Undocumented
Instance Variable context Undocumented
Instance Variable mask Undocumented
Instance Variable raw_context Undocumented
def setUp(self): (source)

Undocumented

def tearDown(self): (source)

Undocumented

def test_context_getitem(self): (source)

Are the returned values from context masked correctly?

def test_context_setitem_existing(self): (source)

Are the returned values from context masked correctly?

def test_getitem(self): (source)

Does adapter mask values correctly?

def test_setitem_existing_value(self): (source)

Does setitem on existing data only change the masked values?

def test_setitem_non_existing_value(self): (source)

Does setitem on non-existing data expand to depth's shape?

adapter = (source)

Undocumented

context = (source)

Undocumented

mask = (source)

Undocumented

raw_context = (source)

Undocumented