summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/pytesttester.py
Commit message (Collapse)AuthorAgeFilesLines
* TST: Update pytest.ini and PytestTesterCharles Harris2018-04-041-11/+30
| | | | | | | | * Make PytestTester callable. * Rename 'timer' to 'durations', corresponding with pytest. * Offset 'verbose', no entry is now '-q'. * Move some `ignore` warnings into PytestTester so that they affect releases, not just develop.
* ENH: Add tester for pytest.Charles Harris2018-03-311-0/+175
[ci skip] This is not used yet, but has been tested with temporary changes and works.