summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/parameterized.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix for Python 4Hugo2019-08-261-10/+9
|
* Use set litteralsRoman Yurchak2018-11-241-1/+1
|
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-0/+490
This is to prepare for the switch to pytest. * Rename `numpy/testing/nose_tools` to `numpy/testing/_private`. * Redirect imports as needed. * Copy `_testutils.py` from scipy to `numpy/testing/_private`. * Rename `_testutils.py` to `_pytester.py` and remove unneeded bits.