class documentation

class TestConversion:

View In Hierarchy

Undocumented

Method test​_iinfo​_long​_values Undocumented
Method test​_int​_from​_huge​_longdouble Undocumented
Method test​_int​_from​_infinite​_longdouble Undocumented
Method test​_int​_from​_infinite​_longdouble​_​_​_int__ Undocumented
Method test​_int​_from​_long Undocumented
Method test​_int​_from​_longdouble Undocumented
Method test​_int​_raise​_behaviour Undocumented
Method test​_numpy​_scalar​_relational​_operators Undocumented
Method test​_scalar​_comparison​_to​_none Undocumented
def test_iinfo_long_values(self):

Undocumented

@pytest.mark.skipif((np.finfo(np.double) == np.finfo(np.longdouble)), reason='long double is same as double')
@pytest.mark.skipif(platform.machine().startswith('ppc'), reason='IBM double double')
def test_int_from_huge_longdouble(self):

Undocumented

def test_int_from_infinite_longdouble(self):

Undocumented

@pytest.mark.skipif(not IS_PYPY, reason='Test is PyPy only (gh-9972)')
def test_int_from_infinite_longdouble___int__(self):

Undocumented

def test_int_from_long(self):

Undocumented

def test_int_from_longdouble(self):

Undocumented

def test_int_raise_behaviour(self):

Undocumented

def test_numpy_scalar_relational_operators(self):

Undocumented

def test_scalar_comparison_to_none(self):

Undocumented