summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_semicolon_split.py
Commit message (Collapse)AuthorAgeFilesLines
* TST: Kill buggy 32-bit testsRohit Goswami2022-04-301-0/+9
|
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-3/+2
| | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* MAINT: Update to better python stylesRohit Goswami2021-12-051-8/+8
| | | | Co-authored-by: Pearu Peterson <pearu.peterson@gmail.com>
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-4/+7
| | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* TST, MAINT: Skip some f2py tests on Mac.Charles Harris2018-10-071-4/+9
| | | | | | There is a not yet understood problem in testing f2py C modules (*.pyf) files on the Mac that manifests as erratic module import failures.' This disables those tests until we can figure out what the problem is.
* TST: add macos azure testing to CI.Tyler Reddy2018-09-281-0/+7
|
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-6/+6
|
* TST: test handling ';' in multiline and enhancement lines, numpy.f2pyBob Eldering2018-03-081-0/+53
Regression tests for bug discussed in pull request #10676. Lines matching the multiline or f2py enhancement pattern should not be split by ';'.