summaryrefslogtreecommitdiff
path: root/numpy/_pytesttester.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Adding the default pytest doctest runner instead of the ValueError to th...Brigitta Sipőcz2022-05-211-3/+1
* Use catch_warnings(record=True) instead of simplefilter('ignore')Aaron Meurer2021-08-231-1/+1
* Remove Python 3.7 checks from the array API codeAaron Meurer2021-08-231-12/+6
* Fix the tests for Python 3.7Aaron Meurer2021-08-061-6/+12
* Make the array API submodule not break the test suiteAaron Meurer2021-08-061-3/+10
* ENH: add new function `_opt_info()` to utils provides the optimization info o...Sayed Adel2021-04-221-14/+2
* DOC: Fixing boilerplate code exampleAl-Baraa El-Hag2020-11-241-1/+1
* TST: Simplify Hypothesis configZac-HD2020-11-151-12/+0
* Configure hypothesis for np.test()Zac-HD2020-07-231-0/+11
* 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