class documentation

Undocumented

Method test_compare_frozensets Test that two frozensets can be compared for equality.
Method test_compatible_with_list Undocumented
Method test_compatible_with_none Undocumented
Method test_compatible_with_numeric Undocumented
Method test_compatible_with_object Undocumented
Method test_compatible_with_set Undocumented

Inherited from CompareTestBase:

Method assertAmbiguous Undocumented
Method assertFalsy Undocumented
Method assertTruthy Undocumented
Method setUp Undocumented
Instance Variable _convert Undocumented
Instance Variable _ctx Undocumented
Instance Variable _node Undocumented
Instance Variable _program Undocumented
def test_compare_frozensets(self): (source)

Test that two frozensets can be compared for equality.

def test_compatible_with_list(self): (source)

Undocumented

def test_compatible_with_none(self): (source)

Undocumented

def test_compatible_with_numeric(self): (source)

Undocumented

def test_compatible_with_object(self): (source)

Undocumented

def test_compatible_with_set(self): (source)

Undocumented