Inherits from
- AbstractContextTestCase: enthought.contexts.tests.abstract_context_test_case.AbstractContextTestCase
Method summary
- context_factory(self, *args, **kw)
- matched_input_output_pair(self)
- test_eval_is_not_slow(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_eval_is_not_slow(self)
eval() with DataContext is the speed of a dict. (slowdown < 2.0)
This is test using a vp array with 20 values in it to try and get a reasonable use case.