summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* BUG,ENH: Fix negative bounds for F2PY (#21256)Rohit Goswami2022-03-311-0/+19
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-12/+5
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-8/+11
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-6/+2
* ENH: add `numpy.f2py.get_include` functionRalf Gommers2021-06-191-6/+14
* add __f2py_numpy_version__ attributeSturla Molden2020-06-171-1/+21
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Fix testing of f2py.compile from strings.Charles Harris2019-01-201-14/+0
* BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-201-0/+14
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+3
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* BUG: fixed kind specifications for parametersNick Papior2016-11-271-3/+2
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-0/+2
* TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-091-0/+32