Inherits from
- DataContextTestCase: enthought.contexts.tests.data_context_test_case.DataContextTestCase
Method summary
- context_factory(self)
- key_name(self)
- matched_input_output_pair(self)
- unmatched_pair(self)
Inherited from base classes
- __init__(self, *args, **kw)
- test_bool(self)
- test_constructor(self)
- test_get(self)
- test_getitem(self)
- test_items(self)
- test_len(self)
- test_pop(self)
- test_popitem(self)
- test_read(self)
- test_setdefault(self)
- test_update(self)
- test_values(self)
- test_write(self)
Methods
- context_factory(self)
Return the type of context we are testing.
- key_name(self)
- matched_input_output_pair(self)
Return values for testing dictionary get/set, etc.
- unmatched_pair(self)
Return values for testing dictionary get/set, etc.