summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix merge errorRohit Goswami2023-05-121-13/+0
* TST: Add a test for gh-23533Rohit Goswami2023-05-122-0/+32
* Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-263-34/+28
|\
| * TST: Remove crackfortran.nameargspattern time test that failed randomly (#23662)molsonkiko2023-04-251-25/+15
| * Merge pull request #23470 from bobeldering/f2py-f77-array-parsing-fixCharles Harris2023-04-212-10/+14
| |\
| | * BUG: Fix bug in parsing F77 style string arrays.Bob Eldering2023-03-272-10/+14
* | | TST: Add a test for the f2py function wrapper fileRohit Goswami2023-04-172-0/+33
* | | TST: Add a test for gh-23598Rohit Goswami2023-04-162-1/+13
|/ /
* | DNM: test some more `selected_real_kind` results [skip azurepipelines]Derek Homeier2023-04-151-3/+24
* | BUG: include macOS arm64 `machine()` value in `_selected_real_kind_func`Derek Homeier2023-04-151-1/+1
* | make time tests more resilient to random noisemolsonkiko2023-03-261-7/+16
* | make regex still match cases where OG fix failedmolsonkiko2023-03-261-6/+19
* | update test for less arbitrary time requirementmolsonkiko2023-03-261-1/+2
* | initial fix for nameargspattern regexmolsonkiko2023-03-261-2/+9
* | add nameargspattern backtracking testmolsonkiko2023-03-261-0/+17
|/
* BUG: fix for f2py string scalars (#23194)Alexander Heger2023-02-112-0/+27
* TST: Comment out spurious print in f2py testSebastian Berg2023-02-091-3/+4
* 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
* BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22...Rohit Goswami2022-12-252-4/+17
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-112-1/+7
* TST: Rename setup to setup_method in f2py utils (inherited into Tests)Sebastian Berg2022-10-272-2/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* TST: Further test fixup for python integer conversion warningSebastian Berg2022-10-061-1/+1
* TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-052-2/+2
* Merge pull request #21807 from HaoZeke/useFortranValueMelissa Weber Mendonça2022-07-022-0/+23
|\
| * TST: Ensure the f2py value attribute is handledRohit Goswami2022-06-212-0/+23
* | TST: Tighten test_gen_pyf_stdout checkNamami Shanker2022-06-231-0/+1
* | TST: Add f2py2e f2cmap flag testNamami Shanker2022-06-231-3/+23
|/
* TST: Ensure long_long in f2cmap worksRohit Goswami2022-06-103-0/+25
* Merge pull request #19388 from pearu/enh-f2py-character-supportMelissa Weber Mendonça2022-06-068-29/+749
|\
| * MAINT,DOC: Fix doc fragments and testsRohit Goswami2022-06-051-1/+1
| * TST: Fix build by changing call signatureRohit Goswami2022-06-051-1/+1
| * ENH: Support character string arraysPearu Peterson2022-06-058-29/+749
* | ENH: complete the 'vars' list of a moduleDamien Caliste2022-06-052-0/+19
|/
* TST: Handle compiler checks for PYFRohit Goswami2022-05-281-4/+9
* MAINT: Skip F2PY tests without Fortran compilersRohit Goswami2022-05-271-4/+4
* TST: Kill buggy 32-bit testsRohit Goswami2022-04-302-0/+14
* BUG: Fix handling of skip-empty-wrappersRohit Goswami2022-04-301-2/+2
* MAINT: Skip buggy windows testRohit Goswami2022-04-301-2/+2
* TST: Initialize f2py2e tests of the F2PY CLI (#20668)Rohit Goswami2022-04-013-0/+754
* BUG,ENH: Fix negative bounds for F2PY (#21256)Rohit Goswami2022-03-312-0/+26
* Merge pull request #15844 from dcaliste/typeMelissa Weber Mendonça2022-01-172-0/+22
|\
| * ENH: add inline definition of access rights for Fortran typesDamien Caliste2022-01-042-0/+22
* | BUG, DOC: Fixes SciPy docs build warningsmelissawm2022-01-111-1/+1
* | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-042-0/+69
|/