summaryrefslogtreecommitdiff
path: root/numpy/tests/test_scripts.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+1
* MAINT: Replace basestring with str.Charles Harris2020-01-231-1/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG,TST: Remove the misguided `run_command` that wraps subprocess in a broken...Eric Wieser2018-12-181-71/+16
* DEV: add test for 'python -mnumpy.f2py'mattip2018-12-181-0/+5
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* removing warningsEric Schles2018-09-251-1/+0
* updating test file to ignore the failureEric Schles2018-09-251-10/+4
* updating f2py to ensure that at least f2py base exists, and doesn't error out...Eric Schles2018-09-251-3/+11
* ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-231-20/+25
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+5
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-3/+2
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-3/+3
* MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.Dongjoon Hyun2016-02-151-1/+1
* TST: Fixed f2py test for Anaconda non-win32gfyoung2016-02-021-8/+3
* TST: Fixed f2py test for non-versioned python executablesgfyoung2016-01-251-4/+13
* TST: Fixed f2py test for win32 virtualenvgfyoung2016-01-251-1/+7
* BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2pCharles Harris2015-12-261-4/+5
* BUG: Fix use of python 3 only FileNotFoundError in test_f2py.Charles Harris2015-12-161-4/+5
* TST: test f2py, fallback on f2py2.7 etc., fixes #6718Jörn Hees2015-12-051-3/+15
* TST: on Windows run f2py from the Scripts directoryChristoph Gohlke2015-08-011-2/+6
* TEST: add module to test installed scriptsMatthew Brett2015-04-301-0/+65