summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_kind.py
Commit message (Expand)AuthorAgeFilesLines
* DNM: test some more `selected_real_kind` results [skip azurepipelines]Derek Homeier2023-04-151-3/+24
* BUG: include macOS arm64 `machine()` value in `_selected_real_kind_func`Derek Homeier2023-04-151-1/+1
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-12/+6
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-9/+14
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-6/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+2
* 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
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-2/+2
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-251-14/+14
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-111-4/+4
* Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-271-0/+34