Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 1 | -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 modules | Charles Harris | 2018-03-24 | 1 | -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 correctly | xoviat | 2017-12-22 | 1 | -0/+11 |
| | |||||
* | MAINT: Fix nose features to work on pytest | xoviat | 2017-12-22 | 1 | -0/+21 |
| | |||||
* | TST: add FPU mode check also for pytest | Pauli Virtanen | 2017-08-16 | 1 | -0/+54 |