MCPcopy Create free account
hub / github.com/numpy/numpy / test_integers

Method test_integers

numpy/core/tests/test_scalar_ctors.py:105–106  ·  view source on GitHub ↗
(self, t1, t2)

Source from the content-addressed store, hash-verified

103 @pytest.mark.parametrize('t1', int_types + uint_types)
104 @pytest.mark.parametrize('t2', int_types + uint_types + [None])
105 def test_integers(self, t1, t2):
106 return self._do_test(t1, t2)
107
108 @pytest.mark.parametrize('t1', float_types)
109 @pytest.mark.parametrize('t2', float_types + [None])

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected