summaryrefslogtreecommitdiff
path: root/numpy/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update conftest for hypothesisRohit Goswami2023-04-161-1/+1
* TST, BUG: add a test for unary ufuncs, fix condition for indexed loopsmattip2023-02-071-0/+2
* TST: Improve testing setup by introducing a new `weak_promotion` fixtureSebastian Berg2022-06-151-0/+17
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* TST: Simplify Hypothesis configZac-HD2020-11-151-9/+17
* BUG: fix a compile and a test warningmattip2020-08-091-0/+4
* Configure hypothesis for np.test()Zac-HD2020-07-231-1/+14
* TST: Add slow_pypy supportAnirudh Subramanian2020-04-131-0/+2
* Install and configure HypothesisZac-HD2020-02-051-0/+7
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST: add pytest machinery to specify memory requirements for testsPauli Virtanen2019-12-011-0/+18
* BUG: Refcount fixes (#13860)Sebastian Berg2019-07-031-0/+2
* TST: Register markers in conftest.py.Charles Harris2019-05-131-0/+7
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+0
* TST: Switch to using pytest markersCharles Harris2018-04-041-26/+2
* TST: Rename some compiled c test modulesCharles Harris2018-03-241-2/+2
* ENH: do backward compatibility correctlyxoviat2017-12-221-0/+11
* MAINT: Fix nose features to work on pytestxoviat2017-12-221-0/+21
* TST: add FPU mode check also for pytestPauli Virtanen2017-08-161-0/+54