summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_quoted_character.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-2/+1
* MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-061-16/+1
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-3/+3
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-4/+0
* TST, MAINT: Separate f2py compile function testing into own fileCharles Harris2018-09-201-105/+4
* MAINT: remove exec_command() from f2py initTyler Reddy2018-09-181-0/+110
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-6/+7
* BUG: F2py mishandles quoted control characters (#10676)bobeldering2018-03-041-0/+32