summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_block_docstring.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-2/+2
| | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-061-8/+1
|
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-2/+3
| | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
* BUG: Fixes module data docstrings.MelissaWM2020-09-241-1/+1
| | | | Fixes gh-15325
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-1/+2
| | | * BUG, TST: fix f2py for PyPy, skip one test for PyPy, xfail tests for s390x
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* TEST: update for PyPymattip2019-04-171-1/+2
|
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) ↵Roman Yurchak2018-12-061-1/+0
| | | | | | | | | | | | (#12448) * Review F401,F841,F842 flake8 errors (unused variables, imports) * Review comments * More tests in test_installed_npymath_ini * Review comments
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-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 markersCharles Harris2018-04-041-3/+5
| | | | | | | | | | | 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: block docstring: update commentxoviat2017-09-091-1/+1
|
* TST: fix failures:xoviat2017-09-041-1/+3
| | | | | | 1. fail tests related to DLL load failure as they were previously untested. 2. fix have_compiler to return false on old compilers 3. xfail some tests that were not working on old Python versions.
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-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: test doc string of COMMON block arrays for numpy.f2py.Bob Eldering2017-07-071-0/+23