summaryrefslogtreecommitdiff
path: root/numpy/_pytesttester.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: [6/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-161-0/+15
* MAINT: Make if else clause more readableAnirudh Subramanian2020-04-141-2/+5
* TST: Add slow_pypy supportAnirudh Subramanian2020-04-131-1/+4
* DEP: deprecate importing numpy/matrixlib.pySeth Troisi2020-01-231-0/+1
* MAINT: cleanup _pytesttester.pySeth Troisi2020-01-231-17/+0
* MAINT: Remove python2 array_getslice and array_setslice (#15263)Seth Troisi2020-01-071-2/+0
* MAINT: Remove references to non-existent sys.exc_clear()Jon Dufresne2020-01-051-1/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* DOC: clarify that PytestTester is non-publicChristopher Whelan2019-08-241-3/+8
* DOC: fix example for __call__. See #12451Edgar Giovanni Lepe2018-12-021-11/+5
* BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-061-0/+18
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-0/+197