summaryrefslogtreecommitdiff
path: root/numpy/testing/nose_tools/parameterized.py
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add parametrize decorator for nose.Charles Harris2017-07-051-0/+489
One of the steps in achieving pytest compatibility is to get rid of yield based nose tests. Having some basic version of parametrize offers a way to do that. Note that the version here is very restricted and does not have all the capabilities of the pytest version. Such are the drawbacks of backward compatibility.