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

Method test_valid

numpy/core/tests/test_conversion_utils.py:105–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 warn = False
104
105 def test_valid(self):
106 self._check('quicksort', 'NPY_QUICKSORT')
107 self._check('heapsort', 'NPY_HEAPSORT')
108 self._check('mergesort', 'NPY_STABLESORT') # alias
109 self._check('stable', 'NPY_STABLESORT')
110
111
112class TestSelectkindConverter(StringConverterTestCase):

Callers

nothing calls this directly

Calls 1

_checkMethod · 0.45

Tested by

no test coverage detected