summaryrefslogtreecommitdiff
path: root/numpy/testing/pytest_tools/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: simplify pytest assert_raisesxoviat2017-12-291-9/+2
|
* BUG: Fix pytest implementation errorsxoviat2017-12-221-4/+17
|
* ENH: Add pytest_tools directory.Charles Harris2017-12-221-0/+2262
Create numpy/testing/pytest_tools and populate it with pytest compatible versions of * decorators.py * utils.py * noseclasses.py * nosetester.py Note that noseclasses and nosetester are basically dummy modules at this point, they don't do anything, but they do import when nose is not present. Fixing the test runners is for another PR.