class documentation

class TestChanges:

View In Hierarchy

These test cases exercise some behaviour changes
Method test​_float​_to​_string Undocumented
Method test​_to​_void Undocumented
@pytest.mark.parametrize('string', ['S', 'U'])
@pytest.mark.parametrize('floating', ['e', 'f', 'd', 'g'])
def test_float_to_string(self, floating, string):

Undocumented

def test_to_void(self):

Undocumented