summaryrefslogtreecommitdiff
path: root/numpy/testing/pytest_tools/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove now unused pytest_tools.Charles Harris2018-04-061-2270/+0
|
* TST: Fixing bug in assert near equality of float16 arrays (#10697)Aaron Critchley2018-03-101-1/+3
|
* 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.