summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/util.py
Commit message (Expand)AuthorAgeFilesLines
* CI: Rebase numpy DLLs in runtests.py.DWesl2023-01-301-1/+2
* TST: Rebase F2Py-built extension modules.DWesl2023-01-291-0/+19
* Revert "FIX: Add glob import for test module rebase."DWesl2023-01-271-1/+0
* Revert "TST: Rebase F2Py test modules on Cygwin."DWesl2023-01-271-16/+0
* FIX: Add glob import for test module rebase.DWesl2023-01-271-0/+1
* TST: Rebase F2Py test modules on Cygwin.DWesl2023-01-261-0/+16
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+4
* TST: Rename setup to setup_method in f2py utils (inherited into Tests)Sebastian Berg2022-10-271-1/+1
* ENH: Support character string arraysPearu Peterson2022-06-051-2/+8
* TST: Handle compiler checks for PYFRohit Goswami2022-05-281-4/+9
* MAINT: Skip F2PY tests without Fortran compilersRohit Goswami2022-05-271-4/+4
* MAINT: Update to better python stylesRohit Goswami2021-12-051-20/+19
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-41/+70
* TST,STY: Use a context manager for F2PY functionsRohit Goswami2021-12-031-2/+12
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-2/+13
* MAINT: remove unused importsAlessia Marcolini2021-10-081-3/+0
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-1/+1
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-2/+0
* md5 module is deprecated since python 2.5Roman Yurchak2020-03-241-4/+1
* STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-141-3/+9
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-141-6/+5
* BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-191-6/+8
* MAINT: Use textwrap.dedent in f2py testsEric Wieser2019-04-101-36/+36
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-3/+1
* TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-5/+5
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+5
* TST: util: update documentationxoviat2017-09-091-1/+1
* TST: fix failures:xoviat2017-09-041-4/+5
* TST: Remove unittest dependencies in numpy/f2py/tests.Charles Harris2017-07-241-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-1/+1
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-20/+12
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-5/+4
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-2/+16
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-271-0/+6
* BUG: f2py: fix F90 detection in the testsPauli Virtanen2010-03-061-2/+2
* 3K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen2010-03-061-4/+4
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-0/+346