Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove now unused pytest_tools. | Charles Harris | 2018-04-06 | 1 | -2270/+0 |
| | |||||
* | TST: Fixing bug in assert near equality of float16 arrays (#10697) | Aaron Critchley | 2018-03-10 | 1 | -1/+3 |
| | |||||
* | MAINT: simplify pytest assert_raises | xoviat | 2017-12-29 | 1 | -9/+2 |
| | |||||
* | BUG: Fix pytest implementation errors | xoviat | 2017-12-22 | 1 | -4/+17 |
| | |||||
* | ENH: Add pytest_tools directory. | Charles Harris | 2017-12-22 | 1 | -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. |