Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT,TST: Reduce np.testing to IS_PYPY | Rohit Goswami | 2021-12-06 | 1 | -3/+2 |
| | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | ||||
* | MAINT,TST: Refactor F2PY tests | Rohit Goswami | 2021-12-06 | 1 | -54/+2 |
| | |||||
* | MAINT: Rework whitespace to pass PR checks | Rohit Goswami | 2021-12-05 | 1 | -40/+40 |
| | | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com> | ||||
* | TST,STY: Clean up F2PY tests for pathlib.Path | Rohit Goswami | 2021-12-03 | 1 | -5/+1 |
| | |||||
* | STY: F2PY tests shouldn't print | Rohit Goswami | 2021-11-28 | 1 | -9/+0 |
| | |||||
* | TST,MAINT: Fix F2PY test typo | Rohit Goswami | 2021-11-28 | 1 | -1/+1 |
| | |||||
* | BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc ↵ | Pearu Peterson | 2021-06-15 | 1 | -2/+146 |
| | | | | and copy (the second round) | ||||
* | Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to ↵ | Ralf Gommers | 2021-06-13 | 1 | -144/+2 |
| | | | | malloc and copy." (#19235) | ||||
* | Minor fixes | Pearu Peterson | 2021-05-26 | 1 | -2/+2 |
| | |||||
* | BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431. | Pearu Peterson | 2021-05-10 | 1 | -2/+144 |
| | |||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | ||||
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -4/+1 |
| | | | | | That function is nose specific and has not worked since `__init__` files were added to the tests directories. | ||||
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 1 | -2/+3 |
| | | | | | | | | | | | 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, MAINT: Add `__init__.py` files to tests directories. | Charles Harris | 2017-08-06 | 1 | -1/+1 |
| | | | | | | | | This allows pytest to run with duplicate test file names. Note that `python <path-to-test-file>` no longer works with this change, nor will a simple `pytest numpy`, because numpy is imported from the numpy repository. However, `python runtests.py` and `>>> numpy.test()` are still available. | ||||
* | TST: add a char array input test | Julian Taylor | 2017-05-02 | 1 | -0/+26 |