module documentation

Undocumented

Class DataContextTestCase No class docstring; 2/2 methods documented
Class RestrictedKeys Only allow some keys.
Class RestrictedValues Only allow some values.
Function test_allows_keys Undocumented
Function test_allows_values Undocumented
Function test_checkpoint Undocumented
Function test_checkpoint_nested Undocumented
Function test_comparison Undocumented
Function test_persistence Can DataContexts round-trip through the persistence mechanism?
Function test_persistence_backwards_compatibility Undocumented
Function _create_data_context_pickle Used to create a pickled DataContext stored in codetools/contexts/tests/data/data_context.pickle.
def test_allows_keys(): (source)

Undocumented

def test_allows_values(): (source)

Undocumented

def test_checkpoint(): (source)

Undocumented

def test_checkpoint_nested(): (source)

Undocumented

def test_comparison(): (source)

Undocumented

def test_persistence(): (source)

Can DataContexts round-trip through the persistence mechanism?

def test_persistence_backwards_compatibility(): (source)

Undocumented

def _create_data_context_pickle(): (source)

Used to create a pickled DataContext stored in codetools/contexts/tests/data/data_context.pickle. Function is kept for reference. Do not rerun unless you need to override the existing pickled DataContext to be tested.