summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: add macos azure testing to CI.Tyler Reddy2018-09-281-0/+7
* MAINT: remove duplicate importsmattip2018-09-261-2/+0
* Merge pull request #11894 from QuLogic/f2py-test-parametrizeCharles Harris2018-09-227-47/+48
|\
| * TST: Use fixture around f2py shared memory tests.Elliott Sales de Andrade2018-09-061-11/+9
| * TST: Parametrize f2py tests.Elliott Sales de Andrade2018-09-066-36/+39
* | Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skipCharles Harris2018-09-212-7/+8
|\ \
| * | BUG: Fix missing pytest import.Charles Harris2018-09-211-0/+1
| * | TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-212-7/+7
* | | BUG: Fix f2py test_compile_function.py tests.Charles Harris2018-09-211-74/+61
* | | TST, MAINT: Separate f2py compile function testing into own fileCharles Harris2018-09-202-105/+125
|/ /
* | MAINT: remove exec_command() from f2py initTyler Reddy2018-09-181-0/+110
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-0617-77/+19
* TST: Switch to using pytest markersCharles Harris2018-04-0417-61/+88
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-082-19/+19
* TST: test handling ';' in multiline and enhancement lines, numpy.f2pyBob Eldering2018-03-081-0/+53
* BUG: F2py mishandles quoted control characters (#10676)bobeldering2018-03-041-0/+32
* MAINT: Look up typeinfo properties by name, not by indexEric Wieser2017-12-061-10/+11
* MAINT: Use a StructSequence in place of the typeinfo tuplesEric Wieser2017-12-061-1/+1
* TST: Test f2py passing string array to callback.Charles Harris2017-11-151-2/+32
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-082-1/+2
* TST: callback: update commentxoviat2017-09-091-1/+1
* TST: block docstring: update commentxoviat2017-09-091-1/+1
* TST: common: update documentationxoviat2017-09-091-1/+1
* TST: util: update documentationxoviat2017-09-091-1/+1
* TST: fix failures:xoviat2017-09-044-7/+13
* [TST] slightly simplify f2py testNico Schlömer2017-08-291-2/+1
* [TST] fix test for 0-sized array operationsNico Schlömer2017-08-281-2/+3
* [TST] add tests for 0-sized Fortran arraysNico Schlömer2017-08-281-0/+9
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-0617-16/+16
* TST: Remove unittest dependencies in numpy/f2py/tests.Charles Harris2017-07-242-9/+7
* TST: test doc string of COMMON block arrays for numpy.f2py.Bob Eldering2017-07-071-0/+23
* TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2017-06-132-0/+37
* TST: add a char array input testJulian Taylor2017-05-022-0/+55
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-252-11/+10
* TST: adding test for constants without compound kind specjutke2017-01-202-0/+31
* TST: adding tests for compound constant provided by @zerothijutke2017-01-202-0/+27
* BUG: fixed kind specifications for parametersNick Papior2016-11-275-3/+206
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-20/+12
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-162-9/+6
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-256-24/+46
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-2511-258/+298
* DEP: removed deprecated API calls from test code (wrapmodule.c)Chris Kerr2014-11-101-31/+31
* Merge pull request #5168 from charris/f2py-space-fixCharles Harris2014-10-102-0/+41
|\
| * TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-092-0/+41
* | TST: skip clongdouble alignment checks on 32 bit archesJulian Taylor2014-09-031-3/+5
* | TST: win32 also does not provide 16 byte alignmentJulian Taylor2014-07-271-1/+1
* | TST: disable tests that fail due to bad alignment on sparcJulian Taylor2014-07-021-35/+44
|/
* BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris2014-02-161-0/+24
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-1/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-1810-235/+235