class documentation

class TestAsPairs:

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):
Test results if as_index=True.
def test_exceptions(self):
Ensure faulty usage is discovered.
def test_pass_through(self):
Test if x already matching desired output are passed through.
def test_single_value(self):
Test casting for a single value.
def test_two_values(self):
Test proper casting for two different values.
def test_with_none(self):

Undocumented