summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_string.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-3/+2
* MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-061-54/+2
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-40/+40
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-5/+1
* STY: F2PY tests shouldn't printRohit Goswami2021-11-281-9/+0
* TST,MAINT: Fix F2PY test typoRohit Goswami2021-11-281-1/+1
* BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an...Pearu Peterson2021-06-151-2/+146
* Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-131-144/+2
* Minor fixesPearu Peterson2021-05-261-2/+2
* BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431.Pearu Peterson2021-05-101-2/+144
* 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-2/+3
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* TST: add a char array input testJulian Taylor2017-05-021-0/+26