class documentation

class TestIntpConverter: (source)

View In Hierarchy

Tests of PyArray_IntpConverter

Method test_basic Undocumented
Method test_float Undocumented
Method test_none Undocumented
Method test_too_large Undocumented
Method test_too_many_dims Undocumented
def test_basic(self): (source)

Undocumented

@pytest.mark.skipif(IS_PYPY and (sys.implementation.version <= (7, 3, 8)), reason='PyPy bug in error formatting')
def test_float(self): (source)

Undocumented

def test_none(self): (source)

Undocumented

def test_too_large(self): (source)

Undocumented

def test_too_many_dims(self): (source)

Undocumented