Inherits from
- AbstractContextTestCase: enthought.contexts.tests.abstract_context_test_case.AbstractContextTestCase
Method summary
- context_factory(self, *args, **kw)
- matched_input_output_pair(self)
- test_contexts_list_changes(self)
- test_keys(self)
- test_set_rebind_between_contexts(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, *args, **kw)
Return the type of context we are testing.
- matched_input_output_pair(self)
Return values for testing dictionary get/set, etc.
- test_contexts_list_changes(self)
Checking if change in items in contexts updates the multi-context
- test_keys(self)
Tests to ensure 2 contexts that contain overlapping sets of keys appear to have one set of keys where each key is unique (i.e. a 'set')
- test_set_rebind_between_contexts(self)
Can we rebind variables between contained contexts?