class documentation

class TestLog2:

View In Hierarchy

Undocumented

Method test​_log2​_ints Undocumented
Method test​_log2​_special Undocumented
Method test​_log2​_values Undocumented
@pytest.mark.parametrize('i', range(1, 65))
def test_log2_ints(self, i):

Undocumented

def test_log2_special(self):

Undocumented

@pytest.mark.parametrize('dt', ['f', 'd', 'g'])
def test_log2_values(self, dt):

Undocumented