summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_size.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-11/+11
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-1/+1
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-5/+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-4/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+5
* [TST] slightly simplify f2py testNico Schlömer2017-08-291-2/+1
* [TST] fix test for 0-sized array operationsNico Schlömer2017-08-281-2/+3
* [TST] add tests for 0-sized Fortran arraysNico Schlömer2017-08-281-0/+9
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-251-8/+5
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-14/+14
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-7/+7
* 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: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-061-0/+16
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-131-0/+29