| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Further, followup f2py reference count fixes | Sebastian Berg | 2019-08-19 | 3 | -9/+28 |
* | BUG: General fixes to f2py reference counts (dereferencing) | Sebastian Berg | 2019-08-19 | 1 | -56/+64 |
* | TEST: update for PyPy | mattip | 2019-04-17 | 1 | -1/+2 |
* | MAINT: Use textwrap.dedent in f2py tests | Eric Wieser | 2019-04-10 | 3 | -43/+42 |
* | BUG: Fix testing of f2py.compile from strings. | Charles Harris | 2019-01-20 | 2 | -14/+17 |
* | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs | mattip | 2019-01-20 | 1 | -0/+14 |
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 5 | -10/+1 |
* | TST, MAINT: Skip some f2py tests on Mac. | Charles Harris | 2018-10-07 | 2 | -4/+15 |
* | TST: add macos azure testing to CI. | Tyler Reddy | 2018-09-28 | 1 | -0/+7 |
* | MAINT: remove duplicate imports | mattip | 2018-09-26 | 1 | -2/+0 |
* | Merge pull request #11894 from QuLogic/f2py-test-parametrize | Charles Harris | 2018-09-22 | 7 | -47/+48 |
|\ |
|
| * | TST: Use fixture around f2py shared memory tests. | Elliott Sales de Andrade | 2018-09-06 | 1 | -11/+9 |
| * | TST: Parametrize f2py tests. | Elliott Sales de Andrade | 2018-09-06 | 6 | -36/+39 |
* | | Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skip | Charles Harris | 2018-09-21 | 2 | -7/+8 |
|\ \ |
|
| * | | BUG: Fix missing pytest import. | Charles Harris | 2018-09-21 | 1 | -0/+1 |
| * | | TST: prefer pytest.skip() over SkipTest | Tyler Reddy | 2018-09-21 | 2 | -7/+7 |
* | | | BUG: Fix f2py test_compile_function.py tests. | Charles Harris | 2018-09-21 | 1 | -74/+61 |
* | | | TST, MAINT: Separate f2py compile function testing into own file | Charles Harris | 2018-09-20 | 2 | -105/+125 |
|/ / |
|
* | | MAINT: remove exec_command() from f2py init | Tyler Reddy | 2018-09-18 | 1 | -0/+110 |
|/ |
|
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 17 | -77/+19 |
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 17 | -61/+88 |
* | MAINT: Hard tab and whitespace cleanup. | Charles Harris | 2018-03-08 | 2 | -19/+19 |
* | TST: test handling ';' in multiline and enhancement lines, numpy.f2py | Bob Eldering | 2018-03-08 | 1 | -0/+53 |
* | BUG: F2py mishandles quoted control characters (#10676) | bobeldering | 2018-03-04 | 1 | -0/+32 |
* | MAINT: Look up typeinfo properties by name, not by index | Eric Wieser | 2017-12-06 | 1 | -10/+11 |
* | MAINT: Use a StructSequence in place of the typeinfo tuples | Eric Wieser | 2017-12-06 | 1 | -1/+1 |
* | TST: Test f2py passing string array to callback. | Charles Harris | 2017-11-15 | 1 | -2/+32 |
* | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA... | Matti Picus | 2017-11-08 | 2 | -1/+2 |
* | TST: callback: update comment | xoviat | 2017-09-09 | 1 | -1/+1 |
* | TST: block docstring: update comment | xoviat | 2017-09-09 | 1 | -1/+1 |
* | TST: common: update documentation | xoviat | 2017-09-09 | 1 | -1/+1 |
* | TST: util: update documentation | xoviat | 2017-09-09 | 1 | -1/+1 |
* | TST: fix failures: | xoviat | 2017-09-04 | 4 | -7/+13 |
* | [TST] slightly simplify f2py test | Nico Schlömer | 2017-08-29 | 1 | -2/+1 |
* | [TST] fix test for 0-sized array operations | Nico Schlömer | 2017-08-28 | 1 | -2/+3 |
* | [TST] add tests for 0-sized Fortran arrays | Nico Schlömer | 2017-08-28 | 1 | -0/+9 |
* | TST, MAINT: Add `__init__.py` files to tests directories. | Charles Harris | 2017-08-06 | 17 | -16/+16 |
* | TST: Remove unittest dependencies in numpy/f2py/tests. | Charles Harris | 2017-07-24 | 2 | -9/+7 |
* | TST: test doc string of COMMON block arrays for numpy.f2py. | Bob Eldering | 2017-07-07 | 1 | -0/+23 |
* | TST: add test case described in ticket 9228 for numpy.f2py | Bob Eldering | 2017-06-13 | 2 | -0/+37 |
* | TST: add a char array input test | Julian Taylor | 2017-05-02 | 2 | -0/+55 |
* | MAINT: Remove asbytes where a b prefix would suffice | Eric Wieser | 2017-03-25 | 2 | -11/+10 |
* | TST: adding test for constants without compound kind spec | jutke | 2017-01-20 | 2 | -0/+31 |
* | TST: adding tests for compound constant provided by @zerothi | jutke | 2017-01-20 | 2 | -0/+27 |
* | BUG: fixed kind specifications for parameters | Nick Papior | 2016-11-27 | 5 | -3/+206 |
* | MAINT: Simplify some tests using temppath context manager. | Charles Harris | 2015-12-26 | 1 | -20/+12 |
* | ENH: testing: add SkipTest and KnownFailureException | Evgeni Burovski | 2015-11-16 | 2 | -9/+6 |
* | STY: PEP8 fixes in numpy/f2py/tests. | Charles Harris | 2015-07-25 | 6 | -24/+46 |
* | STY: PEP8 and pyflakes fixes for numpy/f2py/tests. | Charles Harris | 2015-07-25 | 11 | -258/+298 |
* | DEP: removed deprecated API calls from test code (wrapmodule.c) | Chris Kerr | 2014-11-10 | 1 | -31/+31 |