class documentation

class TestAsPairs: (source)

View In Hierarchy

Undocumented

Method test_as_index Test results if as_index=True.
Method test_exceptions Ensure faulty usage is discovered.
Method test_pass_through Test if x already matching desired output are passed through.
Method test_single_value Test casting for a single value.
Method test_two_values Test proper casting for two different values.
Method test_with_none Undocumented
def test_as_index(self): (source)

Test results if as_index=True.

def test_exceptions(self): (source)

Ensure faulty usage is discovered.

def test_pass_through(self): (source)

Test if x already matching desired output are passed through.

def test_single_value(self): (source)

Test casting for a single value.

def test_two_values(self): (source)

Test proper casting for two different values.

def test_with_none(self): (source)

Undocumented