summaryrefslogtreecommitdiff
path: root/numpy/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* TST: Switch to using pytest markersCharles Harris2018-04-041-26/+2
| | | | | | | | | | | Use standard pytest markers everywhere in the numpy tests. At this point there should be no nose dependency. However, nose is required to test the legacy decorators if so desired. At this point, numpy test cannot be run in the way with runtests, rather installed numpy can be tested with `pytest --pyargs numpy` as long as that is not run from the repo. Run it from the tools directory or some such.
* TST: Rename some compiled c test modulesCharles Harris2018-03-241-2/+2
| | | | | | The renamed C modules provide low level functions for testing. The rename marks them as private functions and makes them invisible to pytest by default.
* 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