class documentation

class TestErrstate: (source)

View In Hierarchy

Undocumented

Method test_divide Undocumented
Method test_errcall Undocumented
Method test_errstate_decorator Undocumented
Method test_invalid Undocumented
@pytest.mark.skipif(IS_WASM, reason='fp errors don\'t work in wasm')
@pytest.mark.skipif(arm_softfloat, reason='platform/cpu issue with FPU (gh-15562)')
def test_divide(self): (source)

Undocumented

def test_errcall(self): (source)

Undocumented

def test_errstate_decorator(self): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='fp errors don\'t work in wasm')
@pytest.mark.skipif(arm_softfloat, reason='platform/cpu issue with FPU (gh-413,-15562)')
def test_invalid(self): (source)

Undocumented