summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_mixed.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-3/+4
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-3/+5
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-251-8/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: f2py: rewrite strings to be easier to readPauli Virtanen2012-11-171-2/+11
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-171-1/+1
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-171-0/+5
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-111-3/+3
* TST: mark slow f2py tests + add f2py test function.David Cournapeau2010-03-311-0/+1
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-0/+24